Difference between revisions of "Manual:Guidelines"

From sbv.wiki
Jump to: navigation, search
(Created page with "These are the guidelines for entering content. === Line Breaks === A single line break creates a space. For example, the following <nowiki>A B C</nowiki> displays as A B...")
(No difference)

Revision as of 17:42, 10 May 2015

These are the guidelines for entering content.

Line Breaks

A single line break creates a space. For example, the following

A
B
C

displays as

A B C

If you want a line break between paragraphs then you see 2 line breaks.

Lists

Use * at the beginning of a line for a bulleted list, and # for a numbered list. Use

* bullet A
* bullet B

displays as

  • bullet A
  • bullet B
# bullet 1
# bullet 2

displays as

  1. bullet 1
  2. bullet 2


Tables

Use The wikitable style table. Use line breaks to distinguish between rows.

{| class="wikitable"

|-
! Header A
! Header B

|-
| Row A1
| Row B1

|-
| Row A2
| Row B2

|}

This is th eoutput for the above table:

Header A Header B
Row A1 Row B1
Row A2 Row B2

Links to MediaWiki help topics