Help:Wikitext: Difference between revisions

From TSP Encyclopedia
Jump to navigation Jump to search
(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...")
 
m (changes to the summary and some minor word changes)
Line 1: Line 1:
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!
The following guide serves as a guide to Wiki-text hosted on this wiki. If you'd like a general guide to editing pages, you can view the MediaWiki guide to editing pages [https://www.mediawiki.org/wiki/Help:Editing_pages here.]


==Ordering and Changing Text (Basic)==  
==Ordering and Changing Text (Basic)==  


These are the basics of Wikitext; the fundamentals of which every Wikitext user needs to know:
These are the basics of Wiki-text; the fundamentals of which every editors needs to know:


===Strike Through===
===Strike Through===

Revision as of 22:43, 21 April 2021

The following guide serves as a guide to Wiki-text hosted on this wiki. If you'd like a general guide to editing pages, you can view the MediaWiki guide to editing pages here.

Ordering and Changing Text (Basic)

These are the basics of Wiki-text; the fundamentals of which every editors 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