Difference between revisions of "Help:Editing"
Jump to navigation
Jump to search
Sixthhokage1 (talk | contribs) (Don't need examples like that showing up on Wanted Pages) |
VeniaSilente (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
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></nowiki>: <sup>superscript</sup> text. | ||
+ | * <nowiki><sub>Text</sub></nowiki>: <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] | ||
− | * | + | * (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 === |
Latest revision as of 04:12, 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>: superscript text.
- <sub>Text</sub>: subscript text.
- <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:
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Custom Syntax
In this wiki we have custom syntax templates under Category:Editing Templates.