Difference between revisions of "Help:Editing"

From We Are All Pokémon Trainers
Jump to navigation Jump to search
m
(Don't need examples like that showing up on Wanted Pages)
Line 6: Line 6:
 
* <nowiki>'''Text'''</nowiki>: '''Bold'''
 
* <nowiki>'''Text'''</nowiki>: '''Bold'''
 
* <nowiki><s>Text</s></nowiki>: <s>Strikethrough</s>
 
* <nowiki><s>Text</s></nowiki>: <s>Strikethrough</s>
* <nowiki>[[Wiki Page|linked text]]</nowiki>: [[Wiki Page|linked text]]
+
* <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.  
 
* <nowiki><nowiki>Text</nowiki></nowiki>: Show coding.  

Revision as of 20:24, 27 July 2012

Quick Rundown of Mediawiki formatting

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

  • ''Text'': Italics
  • '''Text''': Bold
  • <s>Text</s>: Strikethrough
  • [[Wiki Page|linked text]]: Internal link
  • [http://wild.tropi.us/ External Link]: External Link
  • <nowiki>Text</nowiki>: Show coding.
  • ----: Separation line

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.