Difference between revisions of "Help:Editing Guide"
From SimCity Wiki
(One intermediate revision by the same user not shown) | |||
Line 61: | Line 61: | ||
|- | |- | ||
|Internal category link | |Internal category link | ||
− | |<tt><nowiki>[[:Category: | + | |<tt><nowiki>[[:Category:ploppables]]</nowiki></tt> |
− | |[[:Category: | + | |[[:Category:ploppables]] |
|- | |- | ||
|External page link | |External page link | ||
Line 102: | Line 102: | ||
|} | |} | ||
− | ===Lists=== | + | ===Lists and Indents=== |
+ | {|class="wikitable" | ||
+ | |- | ||
+ | !Description | ||
+ | !Input | ||
+ | !Result | ||
+ | |- | ||
+ | |Numbered List | ||
+ | | | ||
+ | <tt><nowiki>#First Point</nowiki></tt><br> | ||
+ | <tt><nowiki>#Second Point</nowiki></tt><br> | ||
+ | <tt><nowiki>#Third Point</nowiki></tt><br> | ||
+ | <tt><nowiki>##Third Point Subpoint One</nowiki></tt><br> | ||
+ | | | ||
+ | #First Point | ||
+ | #Second Point | ||
+ | #Third Point | ||
+ | ##Third Point Subpoint One | ||
+ | |- | ||
+ | |Bullet List | ||
+ | | | ||
+ | <tt><nowiki>*First Point</nowiki></tt><br> | ||
+ | <tt><nowiki>*Second Point</nowiki></tt><br> | ||
+ | <tt><nowiki>*Third Point</nowiki></tt><br> | ||
+ | <tt><nowiki>**Third Point Subpoint One</nowiki></tt><br> | ||
+ | | | ||
+ | *First Point | ||
+ | *Second Point | ||
+ | *Third Point | ||
+ | **Third Point Subpoint One | ||
+ | |- | ||
+ | |Indents or Paragraphs | ||
+ | | | ||
+ | <tt><nowiki>No Indent</nowiki></tt><br> | ||
+ | <tt><nowiki>:First Indent</nowiki></tt><br> | ||
+ | <tt><nowiki>::Second Indent</nowiki></tt><br> | ||
+ | | | ||
+ | No Indent | ||
+ | :First Indent | ||
+ | ::Second Indent | ||
+ | |} |
Latest revision as of 06:48, 29 March 2013
Formatting Syntax
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 |
Headings
(a table of contents is created |
= First Tier = |
First TierSecond TierThird TierFourth TierFifth TierSixth Tier |
Internal page link
(Link within wiki) |
[[Name of page]]
[[Name of page|Display Text]] |
Name of page |
Internal image link | [[:File:Police precinct.jpg]] | File:Police precinct.jpg |
Internal category link | [[:Category:ploppables]] | Category:ploppables |
External page link
With display text |
[http://www.simcity.com/]
[http://www.simcity.com/ Display Text] |
[1] |
Signing comments
(for talk pages) |
~~~~ | Exibit03 02:07, 29 March 2013 (UTC) |
Images
Lists and Indents
Description | Input | Result |
---|---|---|
Numbered List |
#First Point |
|
Bullet List |
*First Point |
|
Indents or Paragraphs |
No Indent |
No Indent
|