Template:Crafting Recipe

From Drunkapedia
Revision as of 18:38, 11 October 2012 by imported>Arkalor
Jump to: navigation, search

Related topics: Wiki Templates, Crafting Template, {{Recipe Table}}, {{Food}}

General

  • This template is used for all Crafting recipes.
  • Replace False with 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
 |              Alchemy Recipe = False
 |              Cooking Recipe = False
 |            Fletching Recipe = False
 |      Armor Tinkering Recipe = False
 |       Item Tinkering Recipe = False
 | Magic Item Tinkering Recipe = False
 |     Weapon Tinkering Recipe = False
 |          Lockpicking Recipe = False
 |                       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}}
}}
:<font color=green>(Optional:Crafting Message)<br></font>

Example

See Iron Lodestone

{{Crafting Recipe
 |              Alchemy Recipe = True
 |              Cooking Recipe = False
 |            Fletching Recipe = False
 |      Armor Tinkering Recipe = False
 |       Item Tinkering Recipe = False
 | Magic Item Tinkering Recipe = False
 |     Weapon Tinkering Recipe = False
 |          Lockpicking Recipe = False
 |                       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}}
}}