Template:CraftInfo

From Lotro-Wiki.com
Jump to navigation Jump to search
This is the template documentation for {{CraftInfo}}. It is transcluded from Template:CraftInfo/doc and may be directly edited there.

Usage

This template is used to create a standard "Craft Information" section on a crafted item, which displays information and the profession, tier, and recipe that can craft the item, along with multiple outputs if present.

For a clean copy of this template for inclusion in a page, see CraftInfo/Preload.

NOTE: The template does NOT include the header "== Craft Information ==".

Empty Template

{{CraftInfo
| profession = 
| tier       = 
| recipe     = 
| faction    = 
| standing   = 
| out1       = 
| out1crit   = 
| out2       = 
| out2crit   = 
| out3       = 
| out3crit   = 
....
| compfor1   = 
| compfor2   = 
....
}}

Parameters

All parameters are lowercase

profession
(optional) Name of the crafting profession that can make the item (don't link, link will be added automatically)
tier
(optional) Crafting tier of the recipe as a numeric (uses {{CraftingTier}} template)
recipe
(optional) Name of the crafting recipe without "Item:" prefix (don't link, link will be added automatically)
faction
(optional) If recipe requires faction standing (i.e. a crafting guild or other), specify the name of the faction (don't link, link will be added automatically)
standing
(optional) If recipe requires faction standing (i.e. a crafting guild or other), specify the required standing with the faction (e.g. "Apprentice", don't link, link will be added automatically)
out1
(optional) For multi-output recipes, first standard output (enter a link or {{Reward}} template)
out1crit
(optional) For multi-output recipes, first critical output (enter a link or {{Reward}} template)
out2 - out9
out2crit - out9crit
(optional) Up to 9 total standard and critical outputs can be listed
compfor1 - compfor9
(optional) If this item is a component for another recipe(s), add these parameters to point to the recipes (enter link to or {{Reward}} template for recipe plus a link to the appropriate profession/tier recipe index)

Examples

Simple example with no multi-output

{{CraftInfo
| profession = Scholar
| tier       = 5
| recipe     = Lavender Wall Paint Recipe
}}

Profession: Scholar

​Crafting Tier: Master (Tier 5)

​Recipe:  Lavender Wall Paint Recipe


More complex example with multi-output

{{CraftInfo
| profession = Jeweller
| tier       = 8
| recipe     = Agile Bracelet of the Horse-lords Recipe
| out1       = {{Reward|Agile Bracelet of the Horse-lords}}
| out1crit   = {{Reward|Agile Ancient Bracelet of the Horse-lords}}
| out2       = {{Reward|Gifted Bracelet of the Horse-lords}}
| out2crit   = {{Reward|Gifted Ancient Bracelet of the Horse-lords}}
| out3       = {{Reward|Skilful Bracelet of the Horse-lords}}
| out3crit   = {{Reward|Skilful Ancient Bracelet of the Horse-lords}}
| out4       = {{Reward|Nimble Bracelet of the Horse-lords}}
| out4crit   = {{Reward|Nimble Ancient Bracelet of the Horse-lords}}
| out5       = {{Reward|Valiant Bracelet of the Horse-lords}}
| out5crit   = {{Reward|Valiant Ancient Bracelet of the Horse-lords}}
}}

Profession: Jeweller

​Crafting Tier: Eastemnet (Tier 8)

​Recipe:  Agile Bracelet of the Horse-lords Recipe

Outputs:

Standard Critical
 Agile Bracelet of the Horse-lords  Agile Ancient Bracelet of the Horse-lords
 Gifted Bracelet of the Horse-lords  Gifted Ancient Bracelet of the Horse-lords
 Skilful Bracelet of the Horse-lords  Skilful Ancient Bracelet of the Horse-lords
 Nimble Bracelet of the Horse-lords  Nimble Ancient Bracelet of the Horse-lords
 Valiant Bracelet of the Horse-lords  Valiant Ancient Bracelet of the Horse-lords


Example with "component for" parameter

{{CraftInfo
| profession = Cook
| tier       = 1
| recipe     = Apprentice's Ale Recipe
| out1       = {{Reward|Apprentice's Ale|2|Apprentice's Ales}}
| out1crit   = {{Reward|Apprentice's Ale|4|Apprentice's Ales}}
| compfor1   = {{Reward|Chicken and Ithilien Vegetable Pasty Recipe}} ([[Cook Doomfold Recipe Index|Doomfold Cook]])
}}

Profession: Cook

​Crafting Tier: Apprentice (Tier 1)

​Recipe:  Apprentice's Ale Recipe

Outputs:

Standard Critical
2 Apprentice's Ale 4 Apprentice's Ale

This item is a component for the following crafting recipe:


Example with "standing" and "faction" parameters

{{CraftInfo
| profession = Woodworker
| tier       = 8
| recipe     = Axe of Éomer Recipe
| faction    = Weaponsmith's Guild
| standing   = Eastemnet Master of the Guild
| out1       = {{Item:Solid Axe of Éomer|mode=imlink_plain}}
| out2       = {{Item:Enduring Axe of Éomer|mode=imlink_plain}}
}}

Profession: Woodworker

​Crafting Tier: Eastemnet (Tier 8)

​Recipe:  Axe of Éomer Recipe (requires Eastemnet Master of the Guild standing with Weaponsmith's Guild)

Outputs:

Standard
 Solid Axe of Éomer
 Enduring Axe of Éomer