Template:CraftingRecipe/doc
Appearance
Overview
This template is used to display information about crafting recipes used at crafting stations.
It supports up to six input components and one or more products.
Each recipe is grouped by its profession and recipe category, and contributors should link only to base product pages.
Usage
Paste the following example into any page to use the template:
{{CraftingRecipe | name = | tooltip_image = | profession = | level_requirement = | category = | recipe_book = | products = | component1_name = | component1_amount = | component1_categories = | component2_name = | component2_amount = | component2_categories = | component3_name = | component3_amount = | component3_categories = | component4_name = | component4_amount = | component4_categories = | component5_name = | component5_amount = | component5_categories = | component6_name = | component6_amount = | component6_categories = }}
Parameters
- name
- Optional. Display name of the recipe (defaults to the page name).
- tooltip_image
- File name of the recipe’s tooltip image (omit the "File:" prefix).
- profession
- The crafting profession that uses this recipe (e.g., Outfitter, Weaponsmith, Woodworker).
- level_requirement
- Minimum profession level required to learn the recipe.
- category
- The category is found under the name of the recipe when at a crafting station or on the recipe menu.
- (e.g., Armor Smithing, Weapon Smithing, Refine Minerals)
- recipe_book
- The book this recipe is learned from. Use
Page::Label
format for pretty links. - Example:
Recipe Imbued Copper Greaves::Recipe: Imbued Copper Greaves
- products
- Comma-separated list of the item(s) this recipe produces.
- Use
Page::Label
format for pretty links. - List only the base item names — even if variants exist — to keep the recipe page clean.
- Variants will be listed on the product’s main page, not here.
- component1_name – component6_name
- The display name for each component slot (e.g., Metal, Strapping, Flux).
- component1_amount – component6_amount
- The quantity of each material required.
- component1_categories – component6_categories
- Comma-separated list of valid input categories.
- Each category will be automatically linked using
CategoryLinks
. - Example:
Strapping, Leather
Categories
Pages using this template are automatically added to:
- Category:Crafting Recipes
- Category:<profession> Recipes
- Category:<category>
Notes
- All sections are optional and only appear if filled.
- Up to 6 components are supported.
- Each product listed should point to a base page representing all its variants.
- Material categories use
CategoryLinks
to format pretty links to category pages.