Difference between revisions of "Help:Editing Guide"
From SimCity Wiki
(Created page with "__NOTOC__ {|class="wikitable" |- !Description !Input !Result |- |Italicise text |<tt><nowiki>''italic''</nowiki></tt> |''italic'' |- |Bold text |<tt><nowiki>'''bold'''</nowik...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | ==Formatting Syntax== | ||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
Line 60: | 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 77: | Line 78: | ||
|<tt><nowiki>~~~~</nowiki></tt> | |<tt><nowiki>~~~~</nowiki></tt> | ||
|[[User:Exibit03|Exibit03]] 02:07, 29 March 2013 (UTC) | |[[User:Exibit03|Exibit03]] 02:07, 29 March 2013 (UTC) | ||
+ | |} | ||
+ | |||
+ | ===Images=== | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | !Description | ||
+ | !Input | ||
+ | !Result | ||
+ | |- | ||
+ | |Image<br> Image Resized | ||
+ | |<tt><nowiki>[[File:police precinct.jpg]]</nowiki></tt> | ||
+ | <tt><nowiki>[[File:police precicnt.jpg|200px]]</nowiki></tt> | ||
+ | |[[File:police precinct.jpg]]<br>[[File:police precinct.jpg|200px]] | ||
+ | |- | ||
+ | |Image thumbnail with caption | ||
+ | (defaults to right side of page) | ||
+ | |<tt><nowiki>[[File:police precinct.jpg|thumb|Caption Text]]</nowiki></tt> | ||
+ | |[[File:police precinct.jpg|thumb|Caption Text]] | ||
+ | |- | ||
+ | |Image with different landing page | ||
+ | |<tt><nowiki>[[File:Wiki logo.png|link=Main Page]]</nowiki></tt> | ||
+ | |[[File:police precinct.jpg|link=Main Page]] | ||
+ | |} | ||
+ | |||
+ | ===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
|