- Links [0]
- Text formatting markup [0]
-
Level 1 [0]
-
Level 2 [0]
-
Level 3 [0]
- Level 4 [0]
-
Level 3 [0]
-
Level 2 [0]
- Paragraphs [0]
- HTML [0]
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''
Links
For links to other content within this wiki, like the Main page [0], include the destination in a pair of brackets [[Main page]]. The link may also be given a title with a vertical bar (pipe): the semi-important front page [0] ([[Main page|the semi-important front page]]).For links to other content on this site, not inside the wiki, like the About [0] 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.
Text formatting markup
| 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 |
Paragraphs
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 />.
HTML
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 [1], in case you were wondering.