No edit summary
mNo edit summary
Line 7: Line 7:
:{{{Result|}}}
:{{{Result|}}}
<!-- Categorization
<!-- Categorization
-->{{#ifeq:{{lc:{{{Alchemy Recipe|}}}}} | true | [[Category:Alchemy Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Alchemy Recipe|}}}}} | true | [[Category:Alchemy Items]]}}<!--


-->{{#ifeq:{{lc:{{{Cooking Recipe|}}}}} | true | [[Category:Cooking Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Cooking Recipe|}}}}} | true | [[Category:Cooking Items]]}}<!--


-->{{#ifeq:{{lc:{{{Fletching Recipe|}}}}} | true | [[Category:Fletching Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Fletching Recipe|}}}}} | true | [[Category:Fletching Items]]}}<!--


-->{{#ifeq:{{lc:{{{Armor Tinkering Recipe|}}}}} | true | [[Category:Armor Tinkering Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Armor Tinkering Recipe|}}}}} | true | [[Category:Armor Tinkering Items]]}}<!--


-->{{#ifeq:{{lc:{{{Item Tinkering Recipe|}}}}} | true | [[Category:Item Tinkering Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Item Tinkering Recipe|}}}}} | true | [[Category:Item Tinkering Items]]}}<!--


-->{{#ifeq:{{lc:{{{Magic Item Tinkering Recipe|}}}}} | true | [[Category:Magic Item Tinkering Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Magic Item Tinkering Recipe|}}}}} | true | [[Category:Magic Item Tinkering Items]]}}<!--


-->{{#ifeq:{{lc:{{{Weapon Tinkering Recipe|}}}}} | true | [[Category:Weapon Tinkering Items]]}}}}<!--
-->{{#ifeq:{{lc:{{{Weapon Tinkering Recipe|}}}}} | true | [[Category:Weapon Tinkering Items]]}}<!--


-->{{#ifeq:{{lc:{{{Lockpicking Recipe|}}}}} | true | [[Category:Lockpicking Items]]}}}}
-->{{#ifeq:{{lc:{{{Lockpicking Recipe|}}}}} | true | [[Category:Lockpicking Items]]}}
</includeonly><noinclude>{{documentation}}[[Category:Wiki Templates]]</noinclude>
</includeonly><noinclude>{{documentation}}[[Category:Wiki Templates]]</noinclude>

Revision as of 17:01, 25 October 2015

Template Documentation: Recipe| |_}}/Doc?action=edit Edit Documentation

General

  • This template is used for all Crafting recipes.
  • Add "true" for component item if the final result is a non usable component of another recipe.
  • Add "true" for the appropriate skill recipe type/s.
  • Naming Conventions are enforced and icon images must follow the format Name Icon.png (case sensitive).
  • Use the first two "Ingredients" for the Ingredients, the last one for the result.
  • Add as many lines as needed.
  • The last line, ending with the PAGENAME, will show the end result.

Syntax

{{Crafting Recipe
 |              Component Item = 
 |              Alchemy Recipe = 
 |              Cooking Recipe = 
 |            Fletching Recipe = 
 |      Armor Tinkering Recipe = 
 |       Item Tinkering Recipe = 
 | Magic Item Tinkering Recipe = 
 |     Weapon Tinkering Recipe = 
 |          Lockpicking Recipe = 
 |                       Tools = [[Tool]], [[Tool]]
 |                 Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]]
 |                      Result = (Number) {{PAGENAME}}
}}
* Steps:
{{Recipe Table
 | Ingredient 1 = 
 | Ingredient 2 = 
 |       Result = 
}}
{{Recipe Table
 | Ingredient 1 = 
 | Ingredient 2 = 
 |       Result = {{PAGENAME}}
}}
{{event|Optional crafting message}}

Example

See Iron Lodestone

{{Crafting Recipe
 |              Component Item = True
 |              Alchemy Recipe = True
 |              Cooking Recipe = 
 |            Fletching Recipe = 
 |      Armor Tinkering Recipe = 
 |       Item Tinkering Recipe = 
 | Magic Item Tinkering Recipe = 
 |     Weapon Tinkering Recipe = 
 |          Lockpicking Recipe = 
 |                       Tools = [[Mortar and Pestle]], [[Crucible]]
 |                 Ingredients = 1 [[Iron Scarab]]
 |                      Result = 1 {{PAGENAME}}
}}

* Steps:
{{Crafting Table
 | Ingredient 1 = Mortar and Pestle
 | Ingredient 2 = Iron Scarab
 |       Result = Powdered Iron
}}
{{Crafting Table
 | Ingredient 1 = Crucible
 | Ingredient 2 = Powdered Iron
 |       Result = {{PAGENAME}}
}}