Difference between revisions of "Template:ToolBox"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
 
{{#if:{{{genre|}}}|<tr><th>Type:</th><td>{{{genre}}}</td></tr>}}
 
{{#if:{{{genre|}}}|<tr><th>Type:</th><td>{{{genre}}}</td></tr>}}
 
{{#if:{{{site|}}}|<tr><th>Website:</th><td>{{{site}}}</td></tr>}}
 
{{#if:{{{site|}}}|<tr><th>Website:</th><td>{{{site}}}</td></tr>}}
</table>
+
</table>[[Category:{{{game}}}]]
 
<noinclude>
 
<noinclude>
 
The '''ToolBox''' template is used to list informative facts about a tool in a box at the top right of its wiki page. To include it in an article, insert the following code at the beginning and fill in the <missing values>, without the angle brackets. All of them are optional, so you can delete the lines you have no data for.
 
The '''ToolBox''' template is used to list informative facts about a tool in a box at the top right of its wiki page. To include it in an article, insert the following code at the beginning and fill in the <missing values>, without the angle brackets. All of them are optional, so you can delete the lines you have no data for.

Revision as of 21:49, 29 December 2008

[[Category:{{{game}}}]]

The ToolBox template is used to list informative facts about a tool in a box at the top right of its wiki page. To include it in an article, insert the following code at the beginning and fill in the <missing values>, without the angle brackets. All of them are optional, so you can delete the lines you have no data for.

{{ToolBox
| name    = <name of the tool>
| version = <its latest public version>
| author  = <who made this tool>
| game    = <what game is it used for>
| genre   = <what type is it>
| site    = <link to official website>
| image   = [[Image:<image>|250px|<description>]]
}}