Read Me to Make a New Crafting Scroll Page

From Echoes of Angmar

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

Although not technically called Scrolls in-game, we need a way to differentiate between the Recipe and the actual item that you get and read.

{{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
}}

Copy this code for page creation.

{{Infobox Item
| name            =
| item-type       =
| quality         =
| image           =
| profession      =
| proficiency     =
| no-combat       =
| vendor-g        = 
| vendor-s        = 
| vendor-c        = 
| description     =
| crafted         =
}}