Difference between revisions of "Main Page"
From SimCity Wiki
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | + | :''Main article: [[Help:Contents]]'' | |
− | + | ==Starting New Page== | |
− | < | + | <inputbox> |
− | + | type=create | |
− | + | placeholder= New Page | |
− | </ | + | </inputbox> |
− | + | ==Formatting Syntax== | |
− | + | {|class="wikitable" | |
− | + | |- | |
− | + | !Description | |
− | + | !Input | |
− | + | !Result | |
|- | |- | ||
− | | | + | |Italicise text |
− | < | + | |<tt><nowiki>''italic''</nowiki></tt> |
− | + | |''italic'' | |
− | | | + | |- |
− | + | |Bold text | |
− | + | |<tt><nowiki>'''bold'''</nowiki></tt> | |
− | + | |'''bold''' | |
− | + | |- | |
− | + | |Strike-through | |
− | + | |<tt><nowiki><s>strike</s></nowiki></tt> | |
− | | | + | |<s>strike</s> |
− | + | |- | |
− | + | |Underline | |
− | + | |<tt><nowiki><u>underline</u></nowiki></tt> | |
− | + | |<u>underline</u> | |
− | + | |- | |
− | + | |Superscript | |
+ | |<tt><nowiki><sup>superscript</sup></nowiki></tt> | ||
+ | |<sup>superscript</sup> | ||
+ | |- | ||
+ | |Subscript | ||
+ | |<tt><nowiki><sub>subscript</sub></nowiki></tt> | ||
+ | |<sub>subscript</sub> | ||
+ | |- | ||
+ | |Headings | ||
+ | (a table of contents is created<br>with 4 or more headings) | ||
+ | | | ||
+ | <tt><nowiki>= First Tier =</nowiki></tt><br> | ||
+ | <tt><nowiki>== Second Tier ==</nowiki></tt><br> | ||
+ | <tt><nowiki>=== Third Tier ===</nowiki></tt><br> | ||
+ | <tt><nowiki>==== Fourth Tier ====</nowiki></tt><br> | ||
+ | <tt><nowiki>===== Fifth Tier =====</nowiki></tt><br> | ||
+ | <tt><nowiki>====== Sixth Tier ======</nowiki></tt><br> | ||
+ | | | ||
+ | |||
+ | = First Tier = | ||
+ | == Second Tier == | ||
+ | === Third Tier === | ||
+ | ==== Fourth Tier ==== | ||
+ | ===== Fifth Tier ===== | ||
+ | ====== Sixth Tier ====== | ||
+ | |- | ||
+ | |Internal page link | ||
+ | (Link within wiki) | ||
+ | |<tt><nowiki>[[Name of page]]</nowiki></tt> | ||
+ | <tt><nowiki>[[Name of page|Display Text]]</nowiki></tt> | ||
+ | |[[Name of page]] | ||
+ | [[Name of page|Display Text]] | ||
+ | |- | ||
+ | |Internal image link | ||
+ | |<tt><nowiki>[[:File:Police precinct.jpg]]</nowiki></tt> | ||
+ | |[[:File:Police precinct.jpg]] | ||
+ | |- | ||
+ | |Internal category link | ||
+ | |<tt><nowiki>[[:Category:ploppables]]</nowiki></tt> | ||
+ | |[[:Category:ploppables]] | ||
+ | |- | ||
+ | |External page link | ||
+ | With display text<br> | ||
+ | With URL | ||
+ | |<tt><nowiki>[http://www.simcity.com/]</nowiki></tt> | ||
+ | <tt><nowiki>[http://www.simcity.com/ Display Text]</nowiki></tt><br> | ||
+ | <tt><nowiki>http://www.simcity.com/</nowiki></tt> | ||
+ | |[http://www.simcity.com//] | ||
+ | [http://www.simcity.com/ Display Text]<br> | ||
+ | http://www.simcity.com/ | ||
+ | |- | ||
+ | |Signing comments | ||
+ | (for talk pages) | ||
+ | |<tt><nowiki>~~~~</nowiki></tt> | ||
+ | |[[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 | ||
|} | |} |
Revision as of 05:33, 10 January 2014
- Main article: Help:Contents
Starting New Page
<inputbox> type=create placeholder= New Page </inputbox>
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
|