Help:Formatting
Basics
| You type | You get |
|---|---|
The wiki ignores new lines. To create one, you can either use <br>or enter two new lines to create a new paragraph. |
The wiki ignores
new lines. To create one, you can either use to create a new paragraph. |
Two apostrophes to make ''italic'' text Three to make '''bold''' text Five to make '''''bold & italic''''' text |
Two apostrophes to make italic text Three to make bold text Five to make bold & italic text |
== Section == === Sub section === ==== Sub sub section ==== |
SectionSub sectionSub sub section |
You can use two square brackets to link to another article in the wiki, like this. [[Main_Page]] You can also use a | to link the article to some text, [[Main_Page|like this]]. |
You can use two square brackets to link to another article in the wiki, like this. Main_Page You can also use a | to link the article to some text, like this. |
You can make a line by ---- Entering three dashes in a row |
You can make a line by Entering three dashes in a row |
* Start each line * with an asterisk (*). ** More asterisks give deeper *** and deeper levels. * Line breaks<br>can be used to make a new line. *** But jumping levels creates empty space. Any other start ends the list. |
Any other start ends the list. |
# Start each line # with a hashtag (#). ## More hastags give deeper ### and deeper levels. # Line breaks<br>can be used to make a new line. ### But jumping levels creates empty space. Any other start ends the list. <nowiki>#</nowiki> You can use "nowiki" tags to use a # at the start of a line without it being interpreted as a number list |
Any other start ends the list. # You can use "nowiki" tags to use a # at the start of a line without it being interpreted as a number list |
; Term 1 : Definition 1 ; Term 2 : Definition 2-1 : Definition 2-2 |
|
: Single indent :: Double indent ::: Triple indent :::: Etc. Try not to use this however, as it can intervene with the accessibility of the wiki. |
Try not to use this however, as it can intervene with the accessibility of the wiki. |
This is a quote. You can use it for player/chat messages. To create one, start each line with a space. |
This is a quote. You can use it for player/chat messages. To create one, start each line with a space. |
no [[wiki]] '''markup''' |
no [[wiki]] '''markup''' |
Advanced
| You type | You get |
|---|---|
<u>Underline</u> <s>Strike-through</s> |
Underline
|
<nowiki> <code>Code</code> <pre>Code block With multiple lines </nowiki> |
Code block With multiple lines |
<blockquote>Blockquote</blockquote> <blockquote> If the blockquote has multiple lines like this, the "blockquote" tags need to be on a seperate line then the text itself. </blockquote> |
|
<!-- This is a comment, and you can only see it in the editor --> |