Contributing/Creating Tools: Difference between revisions
Appearance
Created page with "<div style="font-size: 1.7em; font-weight: normal; margin-top: 1em;">Creating a New Tool Page</div> <hr style="border: 0; border-top: 1px solid #555;" /> This guide will help you create new pages for tools used in gathering professions — such as Pickaxes, Logging Axes, and Skinning Knives. <div style="font-size: 1.5em; font-weight: normal; margin-top: 1em;">Steps to Create a New Tool Page</div> <hr style="border: 0; border-top: 1px solid #555;" /> <div style="font-s..." |
m Protected "Contributing/Creating Tools" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Revision as of 13:07, 3 May 2025
Creating a New Tool Page
This guide will help you create new pages for tools used in gathering professions — such as Pickaxes, Logging Axes, and Skinning Knives.
Steps to Create a New Tool Page
1. Create the Page
Use the name of the tool exactly as it appears after crafting.
If the item can be made from multiple materials, use the format: Item Name/Secondary Material
Example: Bronze Pickaxe/Fine Ash Shaft
2. Use the Tool Template
On the new page, copy/paste the template found below.
If you use the Create Center, this structure will be automatically preloaded:
{{Tool
| name =
| tooltip_image = ToolPlaceholder.png
| 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 =
}}
3. Filling Out Details
tool_type: Type of tool (e.g., Pickaxe, Skinning Knife, Logging Axe).execution_modifier: Execution speed bonus (percentage).durability: Maximum durability value shown on the tooltip.level_requirement: Minimum level to use the tool.profession_requirement: The gathering profession that uses the tool (e.g., Prospector, Forester).is_soulbound: Set to any value to mark the item as soulbound.
crafting_profession: The profession that crafts the tool (e.g., Provisioner).recipe_page: Link to the recipe used to craft the item.
component1-5_name: Enter the component name (e.g., Head, Shaft, Grip).component1-5_material: Enter the material used for that component.
how_to_acquire: Enter page names for mobs, vendors, quests, etc. Separate each with a comma.
Use Pretty::Label formatting for nicer links (e.g., Doe/Newhaven Valley::Doe (Newhaven Valley)).
sale_price: How much the item can be sold for (e.g., 1 Gold 25 Silver).
4. Save the Page
Preview your work and save the page!
Examples
Helpful Templates
Categories
Pages using this template are automatically categorized into:
- Category:Tool
- Category:<tool_type>
- Category:Crafted Tool (if crafting info is present)
Notes
- Only filled-in sections are shown.
- Supports up to 5 crafting components.