m (1 revision) |
m |
||
Line 8: | Line 8: | ||
|- |
|- |
||
|Italicise text |
|Italicise text |
||
− | |< |
+ | |<code><nowiki>''italic''</nowiki></code> |
|''italic'' |
|''italic'' |
||
|- |
|- |
||
|Bold text |
|Bold text |
||
− | |< |
+ | |<code><nowiki>'''bold'''</nowiki></code> |
|'''bold''' |
|'''bold''' |
||
|- |
|- |
||
|Strike-through |
|Strike-through |
||
− | |< |
+ | |<code><nowiki><s>strike</s></nowiki></code> |
|<s>strike</s> |
|<s>strike</s> |
||
|- |
|- |
||
|Underline |
|Underline |
||
− | |< |
+ | |<code><nowiki><u>underline</u></nowiki></code> |
|<u>underline</u> |
|<u>underline</u> |
||
|- |
|- |
||
|Superscript |
|Superscript |
||
− | |< |
+ | |<code><nowiki><sup>superscript</sup></nowiki></code> |
|<sup>superscript</sup> |
|<sup>superscript</sup> |
||
|- |
|- |
||
|Subscript |
|Subscript |
||
− | |< |
+ | |<code><nowiki><sub>subscript</sub></nowiki></code> |
|<sub>subscript</sub> |
|<sub>subscript</sub> |
||
|- |
|- |
||
|Internal page link (within wiki) |
|Internal page link (within wiki) |
||
:With display text |
:With display text |
||
− | |< |
+ | |<code><nowiki>[[Name of target page]]</nowiki></code> |
− | < |
+ | <code><nowiki>[[Name of target page|Target Page]]</nowiki></code> |
|[[Name of target page]] |
|[[Name of target page]] |
||
[[Name of target page|Target page]] |
[[Name of target page|Target page]] |
||
|- |
|- |
||
|Internal image link |
|Internal image link |
||
− | |< |
+ | |<code><nowiki>[[:File:Wiki.png]]</nowiki></code> |
|[[:File:Wiki.png]] |
|[[:File:Wiki.png]] |
||
|- |
|- |
||
|Internal category link |
|Internal category link |
||
− | |< |
+ | |<code><nowiki>[[:Category:Images]]</nowiki></code> |
|[[:Category:Images]] |
|[[:Category:Images]] |
||
|- |
|- |
||
Line 49: | Line 49: | ||
:With display text |
:With display text |
||
:URL shown |
:URL shown |
||
− | |< |
+ | |<code><nowiki>[http://www.curse.com/]</nowiki></code> |
− | < |
+ | <code><nowiki>[http://www.curse.com/ Display Text]</nowiki></code><br> |
− | < |
+ | <code><nowiki>http://www.curse.com/</nowiki></code> |
|[http://www.curse.com//] |
|[http://www.curse.com//] |
||
[http://www.curse.com/ Display Text]<br> |
[http://www.curse.com/ Display Text]<br> |
||
Line 58: | Line 58: | ||
|Signing comments |
|Signing comments |
||
(for talk pages) |
(for talk pages) |
||
− | |< |
+ | |<code><nowiki>~~~~</nowiki></code> |
|[[User:Coaster|Coaster]] 02:36, 13 April 2011 (UTC) |
|[[User:Coaster|Coaster]] 02:36, 13 April 2011 (UTC) |
||
|} |
|} |
||
Line 70: | Line 70: | ||
|- |
|- |
||
|Image Resized |
|Image Resized |
||
− | |< |
+ | |<code><nowiki>[[File:Wiki.png]]</nowiki></code> |
− | < |
+ | <code><nowiki>[[File:Wiki.png|75px]]</nowiki></code> |
|[[File:Wiki.png]]<br>[[File:Wiki.png|75px]] |
|[[File:Wiki.png]]<br>[[File:Wiki.png|75px]] |
||
|- |
|- |
||
|Image thumbnail with caption |
|Image thumbnail with caption |
||
(defaults to right side of page) |
(defaults to right side of page) |
||
− | |< |
+ | |<code><nowiki>[[File:Wiki.png|thumb|Caption Text]]</nowiki></code> |
|[[File:Wiki.png|thumb|Caption Text]] |
|[[File:Wiki.png|thumb|Caption Text]] |
||
|- |
|- |
||
|Image with different landing page |
|Image with different landing page |
||
− | |< |
+ | |<code><nowiki>[[File:Wiki.png|link=Main Page]]</nowiki></code> |
|[[File:Wiki.png|link=Main Page]] |
|[[File:Wiki.png|link=Main Page]] |
||
|- |
|- |
||
Line 87: | Line 87: | ||
with four or more of these) |
with four or more of these) |
||
| |
| |
||
− | < |
+ | <code><nowiki>= First Tier =</nowiki></code><br> |
− | < |
+ | <code><nowiki>== Second Tier ==</nowiki></code><br> |
− | < |
+ | <code><nowiki>=== Third Tier ===</nowiki></code><br> |
− | < |
+ | <code><nowiki>==== Fourth Tier ====</nowiki></code><br> |
− | < |
+ | <code><nowiki>===== Fifth Tier =====</nowiki></code><br> |
− | < |
+ | <code><nowiki>====== Sixth Tier ======</nowiki></code><br> |
| |
| |
||
Line 104: | Line 104: | ||
|Numbered List |
|Numbered List |
||
| |
| |
||
− | < |
+ | <code><nowiki>#Point One</nowiki></code><br> |
− | < |
+ | <code><nowiki>#Point Two</nowiki></code><br> |
− | < |
+ | <code><nowiki>#Point Three</nowiki></code><br> |
− | < |
+ | <code><nowiki>##Three Subpoint One</nowiki></code><br> |
− | < |
+ | <code><nowiki>#Point Four</nowiki></code> |
| |
| |
||
#Point One |
#Point One |
||
Line 118: | Line 118: | ||
|Bullet List |
|Bullet List |
||
| |
| |
||
− | < |
+ | <code><nowiki>*First Point</nowiki></code><br> |
− | < |
+ | <code><nowiki>*Second Point</nowiki></code><br> |
− | < |
+ | <code><nowiki>*Third Point</nowiki></code><br> |
− | < |
+ | <code><nowiki>**Third Point Subpoint One</nowiki></code><br> |
− | < |
+ | <code><nowiki>*Fourth Point</nowiki></code> |
| |
| |
||
*First Point |
*First Point |
||
Line 132: | Line 132: | ||
|Indented Lines or Paragraphs |
|Indented Lines or Paragraphs |
||
| |
| |
||
− | < |
+ | <code><nowiki>No Indent</nowiki></code><br> |
− | < |
+ | <code><nowiki>:First Indent</nowiki></code><br> |
− | < |
+ | <code><nowiki>::Second Indent</nowiki></code><br> |
− | < |
+ | <code><nowiki>:::and so on</nowiki></code> |
| |
| |
||
No Indent |
No Indent |
Latest revision as of 17:07, 26 November 2018
Editing Syntax[]
Anywhere in a line:[]
Description | Input | Result |
---|---|---|
Italicise text | ''italic''
|
italic |
Bold text | '''bold'''
|
bold |
Strike-through | <s>strike</s>
|
|
Underline | <u>underline</u>
|
underline |
Superscript | <sup>superscript</sup>
|
superscript |
Subscript | <sub>subscript</sub>
|
subscript |
Internal page link (within wiki)
|
[[Name of target page]]
|
Name of target page
Target page |
Internal image link | [[:File:Wiki.png]]
|
File:Wiki.png |
Internal category link | [[:Category:Images]]
|
Category:Images |
External page link (off-wiki)
|
[http://www.curse.com/]
|
[1] |
Signing comments
(for talk pages) |
~~~~
|
Coaster 02:36, 13 April 2011 (UTC) |