Help:Formatting

From True Vanilla Community Wiki
Jump to navigation Jump to search

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
or enter two new lines

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 ====

Section

Sub section

Sub 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.
  • Start each line
  • with an asterisk (*).
    • More asterisks give deeper
      • and deeper levels.
  • Line breaks
    can be used to make a new line.
      • But jumping levels creates empty space.

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
  1. Start each line
  2. with a hashtag (#).
    1. More hastags give deeper
      1. and deeper levels.
  3. Line breaks
    can be used to make a new line.
      1. But jumping levels creates empty space.

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
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.
Single indent
Double indent
Triple indent
Etc.

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

Strike-through

<nowiki>
<code>Code</code>
<pre>Code block
With multiple lines

</nowiki>

Code

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>

Blockquote

If the blockquote has multiple lines

like this, the "blockquote" tags need to be on a seperate line then the text itself.

<!-- This is a comment, and you can only see it in the editor -->