Template:Recipe

From Guild Wars 2 Wiki
Jump to navigationJump to search
Recipe
Source
Unspecified
Output qty.
1
Ingredients

Usage[edit]

{{Recipe
| name =
| source =
| sheet =
| type =
| disciplines =
| rating =
| ingredient1 =
| ingredient2 =
| ingredient3 =
| ingredient4 =
| id =
}}

Parameters[edit]

name
The recipe name (defaults to BASEPAGENAME)
source
How the recipe is learned:
  • automatic - Learned automatically by gaining ranks in a discipline.
  • discovery - Learned by discovering the recipe.
  • recipe sheet - Learned from a recipe sheet; requires parameter sheet below.
  • mystic forge - This is a Mystic Forge recipe.
  • guild upgrade - Learned from a guild upgrade; requires parameter guild upgrade below.
  • other - for recipes learned by other methods
sheet
The name of the recipe sheet item that teaches the recipe; only use for source = recipe sheet. If learnt by multiple sources, separate sources with a semicolon ";".
guild upgrade
The name of the guild upgrade that teaches the recipe; only use for source = guild upgrade.
type
The recipe type, i.e. the header it appears under in the recipe list.
quantity
The number of items produced from the recipe. Defaults to 1.
upper quantity
Optional. Use when the number of output items varies (i.e. during transmutation recipes at the Mystic Forge).
disciplines
The disciplines that can use the recipe. Accepts a comma-separated list (e.g. disciplines = artificer, chef).
rating
The rating required in a discipline to use the recipe.
timegate
Set to "y" for a time gated recipe.
ingredient1
Required. The ingredients of the recipe. Value should be a quantity followed by an item name.
  • <quantity> <item name>, e.g. 1 Jug of Water
ingredient2
ingredient3
ingredient4
Optional. Same functionality as ingredient1.
output item id
Optional. Defaults to the first item id declared on the page.
id
The recipe ID
status
Optional. Set equal to historical if the item is historical - this will prevent the recipe from storing semantic properties.
base ingredients calculation
Optional. Prevents the given recipe from appearing in {{base ingredients}} results.
base ingredients link
Optional. Only set equal to n if you want to hide the base ingredients query link, e.g. because it links to a blank form in the case of Agony Infusion, or because its a random chance recipe.
no subobject
Optional. Set to y to prevent the creation of a subobject and prevent this recipe from being queried by other pages.

Example[edit]

{{Recipe
| name = Berserker's Orichalcum Sage-Stuffed Sapphire
| source = Discovery
| type = Dessert
| disciplines = Chef, Weaponsmith
| rating = 400
| quantity = 1
| upper quantity = 3
| ingredient1 = 1 Sapphire Orb
| ingredient2 = 5 Orichalcum Setting
| ingredient3 = 250 Bowl of Sage Stuffing
| ingredient4 = 100 Berserker's Orichalcum Imbued Inscription
| id = 1234
}}
Berserker's Orichalcum Sage-Stuffed Sapphire
Source
Discovery
Type
Dessert
Output qty.
1 – 3
Discipline
Chef tango icon 20px.png Chef
Weaponsmith tango icon 20px.png Weaponsmith
Req. rating
400
Chat link
API
1234
Ingredients