Difference between revisions of "Help:Templates"
sc4e>Freedo50 (Added some description) |
m (49 revisions imported) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A list of templates and reasons why you would use them, including appropriate locations, etc... | A list of templates and reasons why you would use them, including appropriate locations, etc... | ||
− | |||
==How to Use a Template== | ==How to Use a Template== | ||
To use a template in a document just include the code in the ''What you type'' column in the tables below. Or use the info under the Syntax heading on the template page itself. Remember to fill in all the parameters associated with the template, or it wont display properly. | To use a template in a document just include the code in the ''What you type'' column in the tables below. Or use the info under the Syntax heading on the template page itself. Remember to fill in all the parameters associated with the template, or it wont display properly. | ||
Line 230: | Line 229: | ||
===Other Templates=== | ===Other Templates=== | ||
− | + | {| border="1" cellspacing="0" cellpadding="5" width=100% | |
− | *{{tll|Main}} | + | ! style="background:#1e90ff;"| Template Name |
+ | ! style="background:#1e90ff;"| What you type | ||
+ | ! style="background:#1e90ff;"| What it does | ||
+ | ! style="background:#1e90ff;"| Variables | ||
+ | |- | ||
+ | | {{tll|Download}} | ||
+ | | <pre>{{Download | ||
+ | |exchange = | ||
+ | |id = | ||
+ | }}</pre> | ||
+ | | Will provide a link to a download on one of the SC4 Exchanges (SC4D/BSC LEX, STEX, TPPEX or PLEX). | ||
+ | | | ||
+ | * '''Exchange:''' The name of the exchange. Can be; LEX, STEX, TPP or PLEX. | ||
+ | * '''id:''' The id of the download on that exchange (if Exchange isn't specified, ID is the full URL). | ||
+ | |- | ||
+ | | {{tll|Main}} | ||
+ | | <pre>{{main|articlename}}</pre> | ||
+ | | Used when transcluding a section of an article to provide a link to the whole article. | ||
+ | | '''articlename:''' Replace this variable with the title of the article you wish to link to. | ||
+ | |} | ||
+ | |||
+ | ===Navbox Templates=== | ||
+ | See [[:Category:General article templates]] for navboxes in use at this site. | ||
==How to Make a Template== | ==How to Make a Template== | ||
+ | |||
+ | |||
+ | [[Category:Templates]] |
Latest revision as of 21:36, 3 August 2019
A list of templates and reasons why you would use them, including appropriate locations, etc...
Contents
How to Use a Template
To use a template in a document just include the code in the What you type column in the tables below. Or use the info under the Syntax heading on the template page itself. Remember to fill in all the parameters associated with the template, or it wont display properly.
For example, to include the Language template (on a page with Dutch, French and Japanese translations):
{{Languages|nl|fr|ja}}
will look like this:
Languages: |
English • Dutch (Nederlands) • French (français) • Japanese (日本語)
|
Curent Templates
The the sections below show all of the templates currently available on the wiki.
Userpage Templates
Template Name | What you type | What you see | Variables | ||
---|---|---|---|---|---|
{{SiteProfile| site = | id = | name = }} |
| ||||
{{Userbox | border-c = | border-s = | id-c = | id-s = | id-fc = | id-fs = | id-p = | id-lh = | info-c = | info-s = | info-fc = | info-fs = | info-p = | info-lh = | id = | info = }} |
|
|
Infobox Templates
Template Name | What you type | What you see | Variables |
---|---|---|---|
{{Infobox TGI | name = | format = | type = | group = | instance = | comments = }} |
See the template description for details |
| |
{{infobox lot |type = |image1 = |image2 = |desc = |credits = |support = |download-site = |download-id = }} |
See the template description for details |
| |
{{infobox grow |download-site = |download-id = |image1 = |image2 = |desc = |credits = |support = |size = |style = |type = |stage = |occupants = |worth = |bulldoze-cost = |construction-time = |fire = |power = |water = |air-mag = |air-spr = |water-mag = |water-spr = |garbage-mag = |garbage-spr = |depend = }} |
See the template description for details |
| |
{{infobox plop |download-site = |download-id = |image1 = |image2 = |desc = |credits = |support = |size = |menu = |jobs = |plop-cost = |monthly-cost = |bulldoze-cost = |park-mag = |park-spr = |landmark-mag = |landmark-spr = |fire = |power = |water = |air-mag = |air-spr = |water-mag = |water-spr = |garbage-mag = |garbage-spr = |depend = }} |
See the template description for details |
|
Request/Marking Templates
Template Name | What you type | What you see | Variables | ||
---|---|---|---|---|---|
{{current}} |
|
N/A | |||
{{review}} |
|
N/A | |||
{{expand}} |
|
N/A | |||
{{stub|extracontent}} |
|
extracontent: any information relating to what particular information is required. | |||
{{sectstub|extracontent}} | extracontent: any information relating to what particular information is required. | ||||
{{inappropriate tone}} |
|
N/A | |||
{{wikify}} |
|
N/A | |||
{{external}} |
|
N/A | |||
{{globalize}} |
|
N/A | |||
{{cleanup}} |
|
N/A | |||
{{rename|newname|reason}} |
|
rename: your suggestion for the new name of the article
| |||
{{remove|reason}} |
|
reason: why you think the article is no longer necessary |
Language Templates
Template Name | What you type | What you see | Variables | |||
---|---|---|---|---|---|---|
{{languages |lang1 |lang2 |lang3 |lang4 ... |lang19 }} |
|
*lang (multiple, optional) - the 2 character code of the languages where a translation of this page is available. The code for English (en) does not need to be inlcuded, its presence is assumed by the template. |
Other Templates
Template Name | What you type | What it does | Variables |
---|---|---|---|
{{Download |exchange = |id = }} |
Will provide a link to a download on one of the SC4 Exchanges (SC4D/BSC LEX, STEX, TPPEX or PLEX). |
| |
{{main|articlename}} |
Used when transcluding a section of an article to provide a link to the whole article. | articlename: Replace this variable with the title of the article you wish to link to. |
See Category:General article templates for navboxes in use at this site.