You can format your text using a modified Mediawiki markup, certain features have been added, while a great many are simply not supported. This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two single quotes like ''this''
For links to other content on this site, not inside the wiki, like the About page, include the desintation inside a pair of parenthesis. For example, ((About)). All the rules and features of the above interwiki links apply to these "outerwiki" links.
| Description | You type | You get |
| applies anywhere | ||
| Italic text | ''italic'' | italic |
| Bold text | '''bold''' | bold |
| Bold and italic | '''''bold & italic''''' | bold & italic |
| Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' |
| only at the beginning of the line | ||
| Headings of different sizes |
==level 1== ===level 2=== ====level 3==== =====level 4===== |
Level 1Level 2Level 3Level 4 |
| Horizontal rule | ---- | |
| Bullet list | * one * two * three ** three and one-third ** three and two-thirds |
|
| Numbered list | # one # two # three ## three point one ## three point two |
|
| Mixture of bulleted and numbered lists |
# one # two #* two point one #* two point two |
|
| Preformatted text | preformatted text is done with a space at the beginning of the line |
preformatted text is done with a space at the beginning of the line |
Mediawiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a newline with the HTML tag <br />.
Some HTML-Tags are allowed in MediaWiki, for example <code>, <div>, <span> and <font>.
This page was copied verbatim from MediaWiki's Formatting Help page, in case you were wondering.