Difference between revisions of "Help:Editing"
Jump to navigation
Jump to search
(Created page with "[='''Text'''=]: Bold") |
VeniaSilente (talk | contribs) m |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == Quick Rundown of Mediawiki formatting == | |
+ | |||
+ | Paragraphs are paragraphs separated by a blank line, a new line is a new line. | ||
+ | |||
+ | Typographical formatting: | ||
+ | |||
+ | * <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>[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><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 === | ||
+ | |||
+ | <pre> | ||
+ | = Level 1 = | ||
+ | == Level 2 == | ||
+ | === Level 3 === | ||
+ | ==== Level 4 ==== | ||
+ | </pre> | ||
+ | |||
+ | === Lists === | ||
+ | |||
+ | <pre> | ||
+ | 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 | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | * 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]]. |
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.