Difference between revisions of "Help:Editing"

From We Are All Pokémon Trainers
Jump to navigation Jump to search
(Don't need examples like that showing up on Wanted Pages)
Line 3: Line 3:
 
Paragraphs are paragraphs separated by a blank line, a new line is a new line.
 
Paragraphs are paragraphs separated by a blank line, a new line is a new line.
  
* <nowiki>''Text''</nowiki>: ''Italics''  
+
Typographical formatting:
* <nowiki>'''Text'''</nowiki>: '''Bold'''
+
 
* <nowiki><s>Text</s></nowiki>: <s>Strikethrough</s>
+
* <nowiki>''Text''</nowiki>: ''Italics'' .
 +
* <nowiki>'''Text'''</nowiki>: '''Bold'''.
 +
* <nowiki><s>Text</s></nowiki>: <s>Strikethrough</s>.
 +
* <nowiki><tt>Text</tt></nowiki>: <tt>Teletype</tt> text.
 +
* <nowiki><sup>Text</sup>: <sup>superscript</sup> text.
 +
* <nowiki><sub>Text</sub>: <sub>subscript</sub> text.
 +
* <nowiki><nowiki>Text</nowiki></nowiki>: Show coding.
 +
 
 +
Links:
 +
 
 
* <nowiki>[[Wiki Page|linked text]]</nowiki>: Internal link
 
* <nowiki>[[Wiki Page|linked text]]</nowiki>: Internal link
 
* <nowiki>[http://wild.tropi.us/ External Link]</nowiki>: [http://wild.tropi.us/ External Link]
 
* <nowiki>[http://wild.tropi.us/ External Link]</nowiki>: [http://wild.tropi.us/ External Link]
* <nowiki><nowiki>Text</nowiki></nowiki>: Show coding.
+
* (Check also some of our Editing Templates if you want links to eg.: specific RP posts)
 +
 
 +
Formatting aids:
  
* <nowiki>----</nowiki>: Separation line
+
* <nowiki><br/></nowiki>: A single line break.
 +
* <nowiki>----</nowiki>: Separation line.
 +
* <nowiki><pre>Multiple lines</pre></nowiki>: Preformatted (raw) text sections (eg.: from a pastebin).
  
 
=== Headers ===
 
=== Headers ===

Revision as of 04:10, 6 May 2013

Quick Rundown of Mediawiki formatting

Paragraphs are paragraphs separated by a blank line, a new line is a new line.

Typographical formatting:

  • ''Text'': Italics .
  • '''Text''': Bold.
  • <s>Text</s>: Strikethrough.
  • <tt>Text</tt>: Teletype text.
  • <sup>Text</sup>: <sup>superscript</sup> text. * <nowiki><sub>Text</sub>: <sub>subscript</sub> text. * <nowiki><nowiki>Text</nowiki>: Show coding.

Links:

  • [[Wiki Page|linked text]]: Internal link
  • [http://wild.tropi.us/ External Link]: External Link
  • (Check also some of our Editing Templates if you want links to eg.: specific RP posts)

Formatting aids:

  • <br/>: A single line break.
  • ----: Separation line.
  • <pre>Multiple lines</pre>: Preformatted (raw) text sections (eg.: from a pastebin).

Headers

 
= Level 1 =
== Level 2 ==
=== Level 3 ===
==== Level 4 ====

Lists

Bullet List:
* Item 1
* Item 2
** Subitem 2.1
** Subitem 2.2
* Item 3

Numbered List:
# Item 1
# Item 2
## Subitem 2.1
## Subitem 2.2
# Item 3

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  • Item 3

Numbered List:

  1. Item 1
  2. Item 2
    1. Subitem 2.1
    2. Subitem 2.2
  3. Item 3


Custom Syntax

In this wiki we have custom syntax templates under Category:Editing Templates.