Template:ToolTableItemGreen: Difference between revisions
From Artisans Asylum Wiki
mNo edit summary |
(Added pasteable template for tool tables) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
|- | |- | ||
| {{ link }} | | {{{ link }}} | ||
| style="color:green" | GREEN | |||
<noinclude> | |||
== Description == | |||
This template is meant to be a line item for a GREEN TOOL in a tool table. | This template is meant to be a line item for a GREEN TOOL in a tool table. | ||
Line 16: | Line 17: | ||
=== link === | === link === | ||
This is a link to the tool item. | This is a link to the tool item. | ||
== To Create a Tool Table == | |||
=== Pasteable Template === | |||
<pre> | |||
{| class="wikitable" | |||
!| Tool | |||
!| Class | |||
|- | |||
{{ ToolTableItemRed | link=[[Dangerous Tool]] }} | |||
{{ ToolTableItemGreen | link=[[Safe Tool]] }} | |||
|} | |||
</pre> | |||
Just replace the link with your tools' pages to create a tool table. | |||
</noinclude> | </noinclude> |
Latest revision as of 13:46, 22 October 2023
|- | {{{ link }}} | style="color:green" | GREEN
Description
This template is meant to be a line item for a GREEN TOOL in a tool table.
Usage
{{ ToolTableItemGreen | link=[[wikilink]] }}
Inputs
link
This is a link to the tool item.
To Create a Tool Table
Pasteable Template
{| class="wikitable" !| Tool !| Class |- {{ ToolTableItemRed | link=[[Dangerous Tool]] }} {{ ToolTableItemGreen | link=[[Safe Tool]] }} |}
Just replace the link with your tools' pages to create a tool table.