Help:Wikitext

From TSP Encyclopedia
Revision as of 20:26, 15 March 2021 by Qwert (talk | contribs) (Created page with "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, o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>

Rabbitz is very awesome


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
  1. Rabbitz
  2. Gets
  3. More
  4. Awesome
    1. The
      1. More
        1. This
      2. List
    2. Goes
  5. On

Bulleted List

Markup Renders as
*Rabbitz
*Gets
*More
*Awesome
**The
***More
****This
***List
**Goes
*On
  • 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)
; Rabbitz (Term) 
: Awesome (Definition)
: Awesomer (Definition)
: Awesomest (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