Template:ToolTableItemRed: Difference between revisions
From Artisans Asylum Wiki
(Added tool table item for a RED tool) |
mNo edit summary |
||
Line 17: | 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:47, 22 October 2023
|- | {{{ link }}} | style="color:red" | RED
Description
This template is meant to be a line item for a RED 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.