Difference between revisions of "Category:Useful Templates"
m (→List of useful templates) |
EdgyVenison (Talk | contribs) m (→Game Data Links) |
||
| (26 intermediate revisions by 6 users not shown) | |||
| Line 2: | Line 2: | ||
== Usage of templates == | == Usage of templates == | ||
| − | + | Please take the time to read the [[Help:Editing_guidelines#Templates|Editing Guidelines]] on templates. | |
| + | |||
| + | On the technical side of things, templates are pages you insert into other pages (this is called '''transclusion'''). If you wish to get technical and understand the entire system behind templates, you may want to refer to [http://en.wikipedia.org/wiki/Help:A_quick_guide_to_templates Wikipedia's guide to templates]. | ||
A quick rundown of how templates are used: | A quick rundown of how templates are used: | ||
| Line 9: | Line 11: | ||
'''Parameter''': This is a piece of information you forward to the template. For instance, if you want to use [[Template:Character]] to display {{Character|Chun|long}}, your Parameter 1 would be 'Chun' and Parameter 2 would be 'long'. Parameters depend entirely on the specific template you're using, and it can have varying amounts (or even '''none at all'''!). | '''Parameter''': This is a piece of information you forward to the template. For instance, if you want to use [[Template:Character]] to display {{Character|Chun|long}}, your Parameter 1 would be 'Chun' and Parameter 2 would be 'long'. Parameters depend entirely on the specific template you're using, and it can have varying amounts (or even '''none at all'''!). | ||
| + | |||
| + | Template discussion can take place [[User_talk:Ividyon#Templates|here]]. Please make sure you use headers for new discussion sections and colons to indent your text (one colon per indent - so use one more than the person above you did in a reply chain). | ||
== List of useful templates == | == List of useful templates == | ||
| Line 15: | Line 19: | ||
{{Note|If you find a template which is used for a certain type of information (Example: <nowiki>{{AP}}</nowiki> for display of {{AP}} '''[[Player Resources#Action Points|Action Point]]''' costs), please make sure to '''always use that template in your edits''', so that information is presented in an easily readable, uniform way across the wiki!}} | {{Note|If you find a template which is used for a certain type of information (Example: <nowiki>{{AP}}</nowiki> for display of {{AP}} '''[[Player Resources#Action Points|Action Point]]''' costs), please make sure to '''always use that template in your edits''', so that information is presented in an easily readable, uniform way across the wiki!}} | ||
| − | {{ | + | {{Note|There will be more templates added as more features are added to the wiki. Feel free to put this article on your watchlist to be informed of any new useful templates becoming available! -[[User:Ividyon|Ividyon]] ([[User talk:Ividyon|talk]])}} |
| − | + | ||
| − | [[User:Ividyon|Ividyon]] ([[User talk:Ividyon|talk]])}} | + | |
| + | <div class="table"> | ||
| + | <div class="table-cell"> | ||
=== Large info boxes === | === Large info boxes === | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! | ||
! Code | ! Code | ||
| − | ! | + | ! More info |
|- | |- | ||
| {{Info|Text goes here}} | | {{Info|Text goes here}} | ||
| Line 38: | Line 42: | ||
|- | |- | ||
|} | |} | ||
| − | + | </div> | |
| + | <div class="table-cell"> | ||
=== Inline info boxes === | === Inline info boxes === | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! | ||
! Code | ! Code | ||
| − | ! | + | ! More info |
|- | |- | ||
| {{Note|Text goes here}} | | {{Note|Text goes here}} | ||
| Line 57: | Line 62: | ||
| [[Template:Bug]] | | [[Template:Bug]] | ||
|- | |- | ||
| − | | {{Todo|Text goes here}} | + | | {{Todo|Text goes here|nocat}} |
| <nowiki>{{Todo|Text goes here}}</nowiki> | | <nowiki>{{Todo|Text goes here}}</nowiki> | ||
| [[Template:Todo]] | | [[Template:Todo]] | ||
| + | |- | ||
| + | | {{Confirm|Text goes here|nocat}} | ||
| + | | <nowiki>{{Confirm|Text goes here}}</nowiki> | ||
| + | | [[Template:Confirm]] | ||
| + | |- | ||
| + | | {{CustomNote|Test|Text goes here|nocat}} | ||
| + | | <nowiki>{{CustomNote|Test|Text goes here}}</nowiki> | ||
| + | | [[Template:CustomNote]] | ||
|- | |- | ||
|} | |} | ||
| + | </div> | ||
| + | </div> | ||
| + | <div class="table"> | ||
| + | <div class="table-cell"> | ||
=== General Resources === | === General Resources === | ||
| Line 67: | Line 84: | ||
! | ! | ||
! Code | ! Code | ||
| − | ! | + | ! More info |
! Relevant article | ! Relevant article | ||
|- | |- | ||
| Line 94: | Line 111: | ||
| [[Template:XP]] | | [[Template:XP]] | ||
| [[Player Resources#Experience]] | | [[Player Resources#Experience]] | ||
| + | |- | ||
| + | | {{Gold Days}} | ||
| + | | <nowiki>{{Gold Days}}</nowiki> | ||
| + | | [[Template:Mode]] | ||
| + | | [[Game Modes]] | ||
|- | |- | ||
| {{HP}} | | {{HP}} | ||
| Line 104: | Line 126: | ||
| [[Template:Morale]] | | [[Template:Morale]] | ||
| [[Health#Morale Points]] | | [[Health#Morale Points]] | ||
| + | |- | ||
| + | | {{Oxygen}} | ||
| + | | <nowiki>{{Oxygen}}</nowiki> | ||
| + | | [[Template:Oxygen]] | ||
| + | | [[Resources#Oxygen]] | ||
| + | |- | ||
| + | | {{Oxygen|low}} | ||
| + | | <nowiki>{{Oxygen|low}}</nowiki> | ||
| + | | [[Template:Oxygen]] | ||
| + | | [[Resources#Oxygen]] | ||
| + | |- | ||
| + | | {{Fuel}} | ||
| + | | <nowiki>{{Fuel}}</nowiki> | ||
| + | | [[Template:Fuel]] | ||
| + | | [[Resources#Fuel]] | ||
| + | |- | ||
| + | | {{Armor}} | ||
| + | | <nowiki>{{Armor}}</nowiki> | ||
| + | | [[Template:Armor]] | ||
| + | | [[Resources#Armor]] | ||
| + | |- | ||
| + | | {{Charge}} | ||
| + | | <nowiki>{{Charge}}</nowiki> | ||
| + | | [[Template:Charge]] | ||
| + | | [[Inventory]] | ||
| + | |- | ||
| + | | {{Ticket}} | ||
| + | | <nowiki>{{Ticket|<any/gold>}}</nowiki> | ||
| + | | [[Template:Ticket]] | ||
| + | | [[Castings]] | ||
| + | |- | ||
| + | | {{CXP}} | ||
| + | | <nowiki>{{CXP}}</nowiki> | ||
| + | | [[Template:CXP]] | ||
| + | | [[Castings]] | ||
| + | |- | ||
| + | | {{Klix}} | ||
| + | | <nowiki>{{Klix}}</nowiki> | ||
| + | | [[Template:Klix]] | ||
| + | | [[Vending Machine]] | ||
|- | |- | ||
|} | |} | ||
| + | </div> | ||
| + | <div class="table-cell"> | ||
=== Skill-specific Action Points === | === Skill-specific Action Points === | ||
| Line 112: | Line 176: | ||
! | ! | ||
! Code | ! Code | ||
| − | ! | + | ! More info |
! Relevant article | ! Relevant article | ||
|- | |- | ||
| Line 155: | Line 219: | ||
| [[Player Resources#Skill-specific Action Points]] | | [[Player Resources#Skill-specific Action Points]] | ||
|} | |} | ||
| + | </div> | ||
| + | </div> | ||
| + | <div class="table"> | ||
| + | <div class="table-cell"> | ||
| + | === Game Data Links === | ||
| + | {| class="wikitable" | ||
| + | ! | ||
| + | ! Code | ||
| + | ! More info | ||
| + | ! Relevant article | ||
| + | |- | ||
| + | | {{Item|Cooked Ration}} | ||
| + | | <nowiki>{{Item|<name of item>}}</nowiki> | ||
| + | | [[Template:Item]] | ||
| + | | [[Inventory]] | ||
| + | |- | ||
| + | | {{Skill|Astrophysicist}} | ||
| + | | <nowiki>{{Skill|<skill name>}}</nowiki> | ||
| + | | [[Template:Skill]] | ||
| + | | [[Skills]] | ||
| + | |- | ||
| + | | {{Option|Triple Mush}} | ||
| + | | <nowiki>{{Option|Triple Mush}}</nowiki> | ||
| + | | [[Template:Option]] | ||
| + | | [[Castings Options]] | ||
| + | |- | ||
| + | | {{Character|Paola}} | ||
| + | | <nowiki>{{Character|<character name>|<optional: long>}}</nowiki> | ||
| + | | [[Template:Character]] | ||
| + | | [[Characters]] | ||
| + | |- | ||
| + | | {{Status|Inactive}} | ||
| + | | <nowiki>{{Status|<name of status>}}</nowiki> | ||
| + | | [[Template:Status]] | ||
| + | | [[Status]] | ||
| + | |- | ||
| + | | {{Illness|Gastroenteritis}} | ||
| + | | <nowiki>{{Illness|<name of disease>}}</nowiki> | ||
| + | | [[Template:Illness]] | ||
| + | | [[Illnesses]] | ||
| + | |- | ||
| + | | {{Trait|Pacifist}} | ||
| + | | <nowiki>{{Trait|<trait or character name>}}</nowiki> | ||
| + | | [[Template:Trait]] | ||
| + | | [[Characters]] | ||
| + | |- | ||
| + | | {{Title|Commander}} | ||
| + | | <nowiki>{{Title|<title>}}</nowiki> | ||
| + | | [[Template:Title]] | ||
| + | | [[Titles]] | ||
| + | |- | ||
| + | | {{Project|General Patching Up}} | ||
| + | | <nowiki>{{Project|<NERON project>}}</nowiki> | ||
| + | | [[Template:Project]] | ||
| + | | [[NERON Projects]] | ||
| + | |- | ||
| + | | {{Gold Project|Thalasso}} | ||
| + | | <nowiki>{{Gold Project|<project>}}</nowiki> | ||
| + | | [[Template:Gold Project]] | ||
| + | | [[Vending Machine]] | ||
| + | |- | ||
| + | | {{Research|Mycoscan}} | ||
| + | | <nowiki>{{Research|<Research project>}}</nowiki> | ||
| + | | [[Template:Research]] | ||
| + | | [[Research]] | ||
| + | |- | ||
| + | | {{Zone|Mankarogs}} | ||
| + | | <nowiki>{{Zone|<zone name>}}</nowiki> | ||
| + | | [[Template:Zone]] | ||
| + | | [[Zones]] | ||
| + | |- | ||
| + | | {{Comms|Ghost Chun}} | ||
| + | | <nowiki>{{Comms|<xyloph DB nickname>}}</nowiki> | ||
| + | | [[Template:Comms]] | ||
| + | | [[Communications#Xyloph Database|Xyloph]] | ||
| + | |- | ||
| + | | {{Comms|Sirius}} | ||
| + | | <nowiki>{{Comms|<Rebel base or day>}}</nowiki> | ||
| + | | [[Template:Comms]] | ||
| + | | [[Communications#Rebel Bases|Rebel Bases]] | ||
| + | |} | ||
| + | </div> | ||
| + | <div class="table-cell"> | ||
| + | |||
| + | === Action Privacy Levels === | ||
| + | {| class="wikitable" | ||
| + | ! | ||
| + | ! Code | ||
| + | ! More info | ||
| + | ! Relevant article | ||
| + | |- | ||
| + | | {{Privacy|Invisible}} | ||
| + | | <nowiki>{{Privacy|Invisible}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |- | ||
| + | | {{Privacy|Private}} | ||
| + | | <nowiki>{{Privacy|Private}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |- | ||
| + | | {{Privacy|Mush}} | ||
| + | | <nowiki>{{Privacy|Mush}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |- | ||
| + | | {{Privacy|Covert}} | ||
| + | | <nowiki>{{Privacy|Covert}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |- | ||
| + | | {{Privacy|Secret}} | ||
| + | | <nowiki>{{Privacy|Secret}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |- | ||
| + | | {{Privacy|Public}} | ||
| + | | <nowiki>{{Privacy|Public}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |- | ||
| + | | {{Privacy|Special}} | ||
| + | | <nowiki>{{Privacy|Special}}</nowiki> | ||
| + | | [[Template:Privacy]] | ||
| + | | [[Privacy Levels]] | ||
| + | |} | ||
| + | </div> | ||
| + | </div> | ||
| + | <div class="table"> | ||
| + | <div class="table-cell"> | ||
| + | |||
| + | === Unsorted === | ||
| + | {| class="wikitable" | ||
| + | ! | ||
| + | ! Code | ||
| + | ! More info | ||
| + | ! Relevant article | ||
| + | |- | ||
| + | | {{Episode|4}} | ||
| + | | <nowiki>{{Episode|4}}</nowiki> | ||
| + | | [[Template:Episode]] | ||
| + | | [[Episodes]] | ||
| + | |- | ||
| + | | {{Gold}} / {{Gold Mode}} | ||
| + | | <nowiki>{{Gold}} / {{Gold Mode}}</nowiki> | ||
| + | | [[Template:Mode]] | ||
| + | | [[Game Modes]] | ||
| + | |- | ||
| + | | {{Silver}} / {{Silver Mode}} | ||
| + | | <nowiki>{{Silver}} / {{Silver Mode}}</nowiki> | ||
| + | | [[Template:Mode]] | ||
| + | | [[Game Modes]] | ||
| + | |- | ||
| + | | {{Bronze}} / {{Bronze Mode}} | ||
| + | | <nowiki>{{Bronze}} / {{Bronze Mode}}</nowiki> | ||
| + | | [[Template:Mode]] | ||
| + | | [[Game Modes]] | ||
| + | |- | ||
| + | | {{Main|Characters}} | ||
| + | | <nowiki>{{Main|<link to article>}}</nowiki> | ||
| + | | [[Template:Main]] | ||
| + | | N/A | ||
| + | |- | ||
| + | | [[Image:TOC right screenshot.jpg|200px|<nowiki>{{TOC right}}</nowiki> in action]] | ||
| + | | <nowiki>{{TOC right}}</nowiki> | ||
| + | | [[Template:TOC right]] | ||
| + | | N/A | ||
| + | |- | ||
| + | | [[Image:Skill Link screenshot.png|200px|<nowiki>{{Skill Link|Astrophysicist}}</nowiki> in action]] | ||
| + | | <nowiki>{{Skill Link|<skill name>}}</nowiki> | ||
| + | | [[Template:Skill Link]] | ||
| + | | [[Skills]] | ||
| + | |- | ||
| + | |} | ||
| + | </div> | ||
| + | <div class="table-cell"> | ||
| + | <!-- TODO --> | ||
| + | </div> | ||
| + | </div> | ||
<!-- | <!-- | ||
{| class="wikitable" | {| class="wikitable" | ||
! | ! | ||
! Code | ! Code | ||
| − | ! | + | ! More info |
! Relevant article | ! Relevant article | ||
|- | |- | ||
Latest revision as of 15:24, 28 October 2014
Templates are a great way to add formatting and to insert important information quickly.
Contents
Usage of templates
Please take the time to read the Editing Guidelines on templates.
On the technical side of things, templates are pages you insert into other pages (this is called transclusion). If you wish to get technical and understand the entire system behind templates, you may want to refer to Wikipedia's guide to templates.
A quick rundown of how templates are used:
{{Name of template|Parameter 1|Parameter 2|etc..}}
Name of template: This is the name of the template you use. Example: Character
Parameter: This is a piece of information you forward to the template. For instance, if you want to use Template:Character to display
Zhong Chun, your Parameter 1 would be 'Chun' and Parameter 2 would be 'long'. Parameters depend entirely on the specific template you're using, and it can have varying amounts (or even none at all!).
Template discussion can take place here. Please make sure you use headers for new discussion sections and colons to indent your text (one colon per indent - so use one more than the person above you did in a reply chain).
List of useful templates
This is a list of useful templates which are free for usage in articles you create or edit, as opposed to behind-the-scenes development ones. They will prove very useful in editing the wiki, so you should get to know and understand them! You can visit each Template page to find more detailed information about how and when they are used. This is meant to be a quick overview.
Note: If you find a template which is used for a certain type of information (Example: {{AP}} for display of
Action Point costs), please make sure to always use that template in your edits, so that information is presented in an easily readable, uniform way across the wiki!
Note: There will be more templates added as more features are added to the wiki. Feel free to put this article on your watchlist to be informed of any new useful templates becoming available! -Ividyon (talk)
Large info boxes
| Code | More info | |||
|---|---|---|---|---|
|
{{Info|Text goes here}} | Template:Info | ||
|
{{Caution|Text goes here}} | Template:Caution | ||
|
{{Warning|Text goes here}} | Template:Warning |
Inline info boxes
| Code | More info | |
|---|---|---|
| |
{{Note|Text goes here}} | Template:Note |
| |
{{Warn|Text goes here}} | Template:Warn |
| |
{{Bug|Text goes here}} | Template:Bug |
| |
{{Todo|Text goes here}} | Template:Todo |
| |
{{Confirm|Text goes here}} | Template:Confirm |
| |
{{CustomNote|Test|Text goes here}} | Template:CustomNote |
General Resources
| Code | More info | Relevant article | |
|---|---|---|---|
| |
{{AP}} | Template:AP | Player Resources#Action Points |
| |
{{MP}} | Template:MP | Player Resources#Movement Points |
| |
{{Glory}} | Template:Glory | Player Resources#Human Glory |
| |
{{Glory|mush}} | Template:Glory | Player Resources#Mush Glory |
| |
{{XP}} | Template:XP | Player Resources#Experience |
| |
{{Gold Days}} | Template:Mode | Game Modes |
| |
{{HP}} | Template:HP | Health#Health Points |
| |
{{Morale}} | Template:Morale | Health#Morale Points |
| |
{{Oxygen}} | Template:Oxygen | Resources#Oxygen |
| |
{{Oxygen|low}} | Template:Oxygen | Resources#Oxygen |
| |
{{Fuel}} | Template:Fuel | Resources#Fuel |
| |
{{Armor}} | Template:Armor | Resources#Armor |
| |
{{Charge}} | Template:Charge | Inventory |
| |
{{Ticket|<any/gold>}} | Template:Ticket | Castings |
| |
{{CXP}} | Template:CXP | Castings |
| |
{{Klix}} | Template:Klix | Vending Machine |
Skill-specific Action Points
| Code | More info | Relevant article | |
|---|---|---|---|
| |
{{AP|IT}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|Garden}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|Repair}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|Cook}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|PILGRED}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|NERON}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|Heal}} | Template:AP | Player Resources#Skill-specific Action Points |
| |
{{AP|Shot}} | Template:AP | Player Resources#Skill-specific Action Points |
Game Data Links
| Code | More info | Relevant article | |
|---|---|---|---|
| |
{{Item|<name of item>}} | Template:Item | Inventory |
| |
{{Skill|<skill name>}} | Template:Skill | Skills |
| |
{{Option|Triple Mush}} | Template:Option | Castings Options |
| |
{{Character|<character name>|<optional: long>}} | Template:Character | Characters |
| |
{{Status|<name of status>}} | Template:Status | Status |
| |
{{Illness|<name of disease>}} | Template:Illness | Illnesses |
| |
{{Trait|<trait or character name>}} | Template:Trait | Characters |
| |
{{Title|<title>}} | Template:Title | Titles |
| |
{{Project|<NERON project>}} | Template:Project | NERON Projects |
| |
{{Gold Project|<project>}} | Template:Gold Project | Vending Machine |
| |
{{Research|<Research project>}} | Template:Research | Research |
| |
{{Zone|<zone name>}} | Template:Zone | Zones |
| |
{{Comms|<xyloph DB nickname>}} | Template:Comms | Xyloph |
| |
{{Comms|<Rebel base or day>}} | Template:Comms | Rebel Bases |
Action Privacy Levels
| Code | More info | Relevant article | |
|---|---|---|---|
| Invisible | {{Privacy|Invisible}} | Template:Privacy | Privacy Levels |
| |
{{Privacy|Private}} | Template:Privacy | Privacy Levels |
| |
{{Privacy|Mush}} | Template:Privacy | Privacy Levels |
| |
{{Privacy|Covert}} | Template:Privacy | Privacy Levels |
| |
{{Privacy|Secret}} | Template:Privacy | Privacy Levels |
| Public | {{Privacy|Public}} | Template:Privacy | Privacy Levels |
| Special | {{Privacy|Special}} | Template:Privacy | Privacy Levels |
Unsorted
| Code | More info | Relevant article | |
|---|---|---|---|
| {{Episode|4}} | Template:Episode | Episodes | |
| |
{{Gold}} / {{Gold Mode}} | Template:Mode | Game Modes |
| |
{{Silver}} / {{Silver Mode}} | Template:Mode | Game Modes |
| |
{{Bronze}} / {{Bronze Mode}} | Template:Mode | Game Modes |
| |
{{Main|<link to article>}} | Template:Main | N/A |
| |
{{TOC right}} | Template:TOC right | N/A |
| |
{{Skill Link|<skill name>}} | Template:Skill Link | Skills |
Pages in category "Useful Templates"
The following 52 pages are in this category, out of 52 total.