Template:ToolTableItemGreen: Difference between revisions

From Artisans Asylum Wiki
(Created page with "<noinclude> This template is meant to be a line item for a GREEN TOOL in a tool table. == Usage == <pre> {{ ToolTableItemGreen | link=wikilink }} </pre> == Inputs == === link === This is a link to the tool item. </noinclude> |- | {{ link }} ! style="color:green" | GREEN")
 
(Added pasteable template for tool tables)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
|-
| {{{ link }}}
| style="color:green" | GREEN
<noinclude>
<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 12: Line 18:
This is a link to the tool item.
This is a link to the tool item.


</noinclude>
== To Create a Tool Table ==


=== Pasteable Template ===
<pre>
{| class="wikitable"
!| Tool
!| Class
|-
|-
| {{ link }}
{{ ToolTableItemRed | link=[[Dangerous Tool]] }}
! style="color:green" | GREEN
{{ ToolTableItemGreen | link=[[Safe Tool]] }}
|}
</pre>
Just replace the link with your tools' pages to create a tool table.
 
</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.