Manual:Guidelines

From sbv.wiki
Revision as of 17:42, 10 May 2015 by Stage (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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