Template:Tool/doc: Difference between revisions
Appearance
m Protected "Template:Tool/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| Line 26: | Line 26: | ||
| component1_name = | | component1_name = | ||
| component1_material = | | component1_material = | ||
| component1_material_category = | |||
| component2_name = | | component2_name = | ||
| component2_material = | | component2_material = | ||
| component2_material_category = | |||
| component3_name = | | component3_name = | ||
| component3_material = | | component3_material = | ||
| component3_material_category = | |||
| component4_name = | | component4_name = | ||
| component4_material = | | component4_material = | ||
| component4_material_category = | |||
| component5_name = | | component5_name = | ||
| component5_material = | | component5_material = | ||
| component5_material_category = | |||
| how_to_acquire = | | how_to_acquire = | ||
| Line 55: | Line 60: | ||
;crafting_profession: The profession responsible for crafting the tool (e.g., Provisioner). | ;crafting_profession: The profession responsible for crafting the tool (e.g., Provisioner). | ||
;recipe_page: Name of the recipe page that creates this tool. | ;recipe_page: Name of the recipe page that creates this tool. | ||
;component1_name – component5_name: Label for each component (e.g., | ;component1_name – component5_name: Label for each component (e.g., Handle, Head). | ||
;component1_material – component5_material: The material used in each component (will be linked). | ;component1_material – component5_material: The material used in each component (will be linked). | ||
;component1_material_category – component5_material_category: If the component accepts a material category (e.g., Pine Wood), enter the category name here. | |||
;how_to_acquire: Where or how to obtain the tool. Accepts comma-separated values. | ;how_to_acquire: Where or how to obtain the tool. Accepts comma-separated values. | ||
Revision as of 10:48, 6 May 2025
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
- The material used in each component (will be linked).
- component1_material_category – component5_material_category
- If the component accepts a material category (e.g., Pine Wood), enter the category name here.
- 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.