Help:Wikitext
Hello people reading this new formatting guide!!! This page will explain to you all the necessary codes needed to construct a page for either your nation, for the Coalition, or some other reason! Enjoy!
Ordering and Changing Text (Basic)
These are the basics of Wikitext; the fundamentals of which every Wikitext user needs to know:
Strike Through
Markup | Renders as |
---|---|
<s>Rabbitz is very awesome</s> |
|
Bold
Markup | Renders as |
---|---|
'''Rabbitz is very awesome''' |
Rabbitz is very awesome |
Italics
Markup | Renders as |
---|---|
''Rabbitz is very awesome'' |
Rabbitz is very awesome |
Bold and Italicized
Markup | Renders as |
---|---|
'''''Rabbitz is very awesome''''' |
Rabbitz is very awesome |
Lists
Numbered List
Markup | Renders as |
---|---|
#Rabbitz #Gets #More #Awesome ##The ###More ####This ###List ##Goes #On |
|
Bulleted List
Markup | Renders as |
---|---|
*Rabbitz *Gets *More *Awesome **The ***More ****This ***List **Goes *On |
|
Term and Definition List
Markup | Renders as |
---|---|
; Rabbitz (Term) : Awesome (Definition) |
|
; Rabbitz (Term) : Awesome (Definition) : Awesomer (Definition) : Awesomest (Definition) |
|
Font Color
Text Color
Markup | Renders as |
---|---|
{{Font color|red|Rabbitz is very awesome}} |
Rabbitz is very awesome |
{{Font color|#e38690|Rabbitz is very awesome}} |
Rabbitz is very awesome |
Text Color + Background Color
Markup | Renders as |
---|---|
{{Font color|red|tan|Rabbitz is very awesome}} |
Rabbitz is very awesome |
{{Font color|#e38690|tan|Rabbitz is very awesome}} |
Rabbitz is very awesome |
{{Font color|tan|#e38690|Rabbitz is very awesome}} |
Rabbitz is very awesome |
{{Font color|#c6cccc|#e38690|Rabbitz is very awesome}} |
Rabbitz is very awesome |
Font
Markup | Renders as |
---|---|
<span style="font-family:Garamond;">Rabbitz is very awesome</span> |
Rabbitz is very awesome |
Superscripts
Markup | Renders as |
---|---|
Rabbitz is very<sup>awesome</sup> | Rabbitz isawesome |
Subscript
Markup | Renders as |
---|---|
Rabbitz is<sub>awesome</sub> | Rabbitz is veryawesome |