Read Me to Make a New Crafting Recipe Page

From Echoes of Angmar

Explanation of each parameter. For page creation, copy code further down.

<div style="float: right; clear: right;">
{{Infobox Item
| name            = The Name of The Recipe
| item-type       = Recipes
| quality         = The quality of the recipe, example: '''common'''
| image           = Auto-generated when appropriate parameters are filled
| profession      = For example,'''Cook'''
| proficiency     = For example,'''Apprentice'''
| no-combat       = Leave this
| vendor-g         = Gold   \
| vendor-s         = Silver - Price of an Item at Vendor
| vendor-c         = Copper /
| description     = Auto-generated when appropriate parameters are filled
| crafted         = Auto-generated when appropriate parameters are filled
}}
</div>
<div style="float: left; clear: left;">
{{Crafting
| name                        = Name of the crafted item
| main-category               = Recipe
| quality                     = Quality of crafted item
| image                       = Type the name of the item, then page link for image will be created automatically
| Tier                        = The proficiency tier, just use numbers. Example '''1,2,3,4'''
| Points-Earned               = Craft xp : Example: 8
| Scroll                      = Can leave as Autobestowed or change name
| Tool-Required               = Example: '''Cooking Supplies'''
| Facility-Required           = Example: '''Oven'''
| Ingredients-Item1           = 
| quality-of-Item1            = 
| Number-of-Item1             = 
| Ingredients-Item2           = 
| quality-of-Item2            = 
| Number-of-Item2             = 
| Ingredients-Item3           = 
| quality-of-Item3            =
| Number-of-Item3             =
| Ingredients-Item4           = 
| Number-of-Item4             = 
| Ingredients-Item5           = 
| Number-of-Item5             = 
| Ingredients-Item6           = 
| Number-of-Item6             = 
| Ingredients-Item7           = Optional ingredient to increase critical chance 
| Number-of-Item7             = 
| Critical-Item8              = Name of critical success item
| Number-of-Item8             = Amount of items generated in a critical success
}}

Copy this code for page creation.

<div style="float: right; clear: right;">
{{Infobox Item
| name            =
| item-type       =
| quality         =
| image           =
| profession      =
| proficiency     =
| no-combat       =
| vendor-g        = 
| vendor-s        = 
| vendor-c        = 
| description     =
| crafted         =
}}
</div>
<div style="float: left; clear: left;">

{{Crafting
| name                        = 
| main-category               = Recipe
| quality                     = 
| Tier                        =
| Points-Earned               =
| Scroll                      = 
| Tool-Required               = 
| Facility-Required           = 
| Ingredients-Item1           =
| quality-of-Item1            = 
| Number-of-Item1             =
| Ingredients-Item2           =
| quality-of-Item2            = 
| Number-of-Item2             =
| Ingredients-Item3           =
| quality-of-Item3            = 
| Number-of-Item3             =
| Ingredients-Item4           =
| Number-of-Item4             =
| Ingredients-Item5           = 
| Number-of-Item5             = 
| Ingredients-Item6           = 
| Number-of-Item6             = 
| Ingredients-Item7           =
| Number-of-Item7             =
| Critical-Item8              =
| Number-of-Item8             =
}}