Difference between revisions of "Template:ToolBox"
Jump to navigation
Jump to search
m |
m (talk fix) |
||
Line 2: | Line 2: | ||
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center">{{{image}}}</td></tr>}}{{#if:{{{version|}}}|<tr><th>Current version:</th><td>{{{version}}}</td></tr>}}{{#if:{{{author|}}}|<tr><th>Developed by:</th><td>{{{author}}}</td></tr>}}{{#if:{{{game|}}}|<tr><th>Supported games:</th><td>{{{game}}}</td></tr>}}{{#if:{{{genre|}}}|<tr><th>Type:</th><td>{{{genre}}}</td></tr>}}{{#if:{{{site|}}}|<tr><th>Website:</th><td>{{{site}}}</td></tr>}}<tr><td colspan="2" align=right> | {{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center">{{{image}}}</td></tr>}}{{#if:{{{version|}}}|<tr><th>Current version:</th><td>{{{version}}}</td></tr>}}{{#if:{{{author|}}}|<tr><th>Developed by:</th><td>{{{author}}}</td></tr>}}{{#if:{{{game|}}}|<tr><th>Supported games:</th><td>{{{game}}}</td></tr>}}{{#if:{{{genre|}}}|<tr><th>Type:</th><td>{{{genre}}}</td></tr>}}{{#if:{{{site|}}}|<tr><th>Website:</th><td>{{{site}}}</td></tr>}}<tr><td colspan="2" align=right> | ||
---- | ---- | ||
− | <span style="font-size:80%;" title="View this template">[[Template:ToolBox|view]]</span> · <span style="font-size:80%;" title="Discussion about this template">[[Template: | + | <span style="font-size:80%;" title="View this template">[[Template:ToolBox|view]]</span> · <span style="font-size:80%;" title="Discussion about this template">[[Template talk:ToolBox|talk]]</span> · <span style="font-size:80%;" class="plainlinks" title="Edit this template">[{{fullurl:{{ns:10}}:ToolBox|action=edit}} edit]</span></td></tr></table>[[Category:Tools]]<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. |
<pre> | <pre> |
Revision as of 13:04, 12 January 2009
view · talk · edit |
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; if not present then it uses a page name> | 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>]] }}