Jump to content

Template:Tool/doc

From Drifters Almanac
Revision as of 12:57, 3 May 2025 by Mildew (talk | contribs) (Protected "Template:Tool/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
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 = 
| component2_name = 
| component2_material = 
| component3_name = 
| component3_material = 
| component4_name = 
| component4_material = 
| component5_name = 
| component5_material = 

| 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., Shaft, Blade).
component1_material – component5_material
The material used in each component (will be linked).
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.