Template:Tool/doc
Appearance
Overview
This template is used to display information about tools used in gathering professions, such as Pickaxes, Skinning Knives, and Logging Axes. It supports both dropped and crafted tools, including stats, usage requirements, and crafting details (if applicable).
Usage
Paste the following example into any page to use the template:
{{Tool
| name =
| tooltip_image =
| tool_type =
| execution_modifier =
| durability =
| level_requirement =
| profession_requirement =
| is_soulbound =
| crafting_profession =
| recipe_page =
| component1_name =
| component1_material =
| component1_material_category =
| component2_name =
| component2_material =
| component2_material_category =
| component3_name =
| component3_material =
| component3_material_category =
| component4_name =
| component4_material =
| component4_material_category =
| component5_name =
| component5_material =
| component5_material_category =
| how_to_acquire =
| sale_price =
}}
Parameters
- name
- Optional. Display name of the tool (defaults to the page name if omitted).
- tooltip_image
- File name for the tooltip image (do not include the "File:" prefix).
- tool_type
- Type of tool (e.g., Pickaxe, Skinning Knife).
- execution_modifier
- Bonus to gathering execution speed, shown as a percentage.
- durability
- Maximum durability shown on the tooltip.
- level_requirement
- Minimum level required to use.
- profession_requirement
- The gathering profession that uses this tool (e.g., Prospector, Forester).
- is_soulbound
- Set to any non-blank value to display "This item is Soulbound and cannot be traded."
- crafting_profession
- The profession responsible for crafting the tool (e.g., Provisioner).
- recipe_page
- Name of the recipe page that creates this tool.
- component1_name – component5_name
- Label for each component (e.g., Handle, Head).
- component1_material – component5_material
- One or more specific items that can be used for this component (e.g., Highlands Copper Ingot, Highlands Zink Ingot). Separate multiple items with commas. Each will be automatically linked to its page.
- component1_material_category – component5_material_category
- One or more material categories that can be used for this component (e.g., Pine Wood, Maple Wood). Separate multiple categories with commas. Each will link to its category page.
- how_to_acquire
- Where or how to obtain the tool. Accepts comma-separated values.
- sale_price
- The value shown in tooltips (e.g., 15 Silver 10 Copper).
Categories
Pages using this template are automatically added to:
- Category:Tool
- Category:<tool_type>
- Category:Crafted Tool (only if crafting information is present)
Notes
- All sections are optional and will only appear if data is provided.
- Up to 5 crafting components are supported.