Difference between revisions of "Template:Tool"

From The Twilight Forest Wiki
Jump to navigation Jump to search
(Polish the template)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable" style="float:right; margin-left: 100px;"
<includeonly>{| class="wikitable" id="toolInfobox" style="float:right; margin-left: 100px;"
!colspan="2" style="font-size: 1.4em;|{{{name| {{BASEPAGENAME}} }}}
!colspan="2" style="font-size: 1.4em;|{{{name| {{BASEPAGENAME}} }}}


|-
|-
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]]
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]]
|-
!Type
|{{{type|}}}


|-
|-
Line 24: Line 20:
!Renewable
!Renewable
|{{{renewable|}}}
|{{{renewable|}}}
|-
!Stackable
|{{{stackable|}}}


|-
|-
Line 33: Line 25:
|{{{id|}}}
|{{{id|}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
Usage:
This template is used to make a nice table for anything relating to Tools and their related pages.<br>
Here is a general breakdown of how to use this template:
<pre>
<pre>
{{Tool
{{Tool
|name= (optional, defaults to the article's title)
|name=       <!-- The Name of this item (Optional) -->
|image= (filelink)
|image=       <!-- The Image file of this item      -->
|type= (tool type)
|durability= <!-- The Durablity this item has      -->
|durability= (durability, defaults to N/A if none)
|damage=     <!-- The Attack Damage Value          -->
|damage= (damage, defaults to N/A if none)
|speed=       <!-- The Attack Speed Value          -->
|speed= (speed, defaults to N/A if none)
|renewable=   <!-- Is this item renewable? Yes/No  -->
|renewable= (yes/no)
|id=         <!-- The ID of the item              -->
|stackable= (yes/no)
|id= (in-game id)
}}
}}
</pre>
</pre>


{{Tool
{{Tool
|style=  
|name=Mazebreaker
|image=Mazebreaker.png
|durability=1561
|damage=5
|speed=1.2
|renewable=No
|id=mazebreaker_pickaxe
}}
}}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 11:59, 21 February 2024

This template is used to make a nice table for anything relating to Tools and their related pages.
Here is a general breakdown of how to use this template:

{{Tool
|name=        <!-- The Name of this item (Optional) -->
|image=       <!-- The Image file of this item      -->
|durability=  <!-- The Durablity this item has      -->
|damage=      <!-- The Attack Damage Value          -->
|speed=       <!-- The Attack Speed Value           -->
|renewable=   <!-- Is this item renewable? Yes/No   -->
|id=          <!-- The ID of the item               -->
}}
Mazebreaker
Mazebreaker.png
Durability 1561
Attack Damage 5
Attack Speed 1.2
Renewable No
ID mazebreaker_pickaxe