Difference between revisions of "Template:ToolBox"
Jump to navigation
Jump to search
(description) |
|||
Line 8: | Line 8: | ||
</table> | </table> | ||
<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. | ||
+ | |||
<pre> | <pre> | ||
{{ToolBox | {{ToolBox | ||
Line 13: | Line 15: | ||
| version = <its latest public version> | | version = <its latest public version> | ||
| author = <who made this tool> | | author = <who made this tool> | ||
− | | genre = | + | | genre = <what it is used for> |
+ | | site = <link to official website> | ||
| image = [[Image:<image>|250px|<description>]] | | image = [[Image:<image>|250px|<description>]] | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 16:11, 26 December 2008
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> | genre = <what it is used for> | site = <link to official website> | image = [[Image:<image>|250px|<description>]] }}