Template:Recipe table
From Guild Wars 2 Wiki
Jump to navigationJump to search
Description[edit]
Generates a list of recipes based on the input parameters. Format using {{recipe list header}} and {{recipe list result format}}.
Usage[edit]
{{recipe table
| min rating =
| max rating =
| discipline =
| ingredient =
| source =
| sheet =
| type =
| item type =
| timegate =
}}
Parameters[edit]
| Parameter | Maps to property |
|---|---|
| min rating | Property:Requires rating (minimum value) |
| max rating | Property:Requires rating (maximum value) |
| discipline | Property:Requires discipline |
| ingredient | Property:Has ingredient |
| source | Property:Has recipe source |
| sheet | Property:Learned from recipe sheet |
| type | Property:Has recipe type |
| item type | Property:Has item data object → Property:Has item type |
| item name | Property:Has item data object → Property:Has canonical name |
| timegate | Property:Is time gated |
| other | Use sparingly to target other properties not listed above. |
- sort
- Determines the sort property. Defaults to "Requires rating, Has item data object".
- limit
- Defines the maximum number of results to return.
- offset
- Allows navigation beyond limit.
Examples[edit]
Rating, discipline, and type[edit]
{{recipe table
| min rating = 0
| max rating = 25
| discipline = chef
| type = Soup
}}
| Item | Rarity | Discipline(s) | Rating | Ingredients |
|---|---|---|---|---|
| Bowl of Poultry Stock | Basic | 0 |
| |
| Bowl of Red Meat Stock | Basic | 0 |
| |
| Bowl of Basic Poultry Soup (x2) | Fine | 25 | ||
| Bowl of Basic Vegetable Soup (x2) | Fine | 25 | ||
| Bowl of Cold Wurm Stew (Learned from: Recipe: Wurm Stew) |
Basic | 25 | ||
| Bowl of Vegetable Stock | Basic | 25 |
|
Source and ingredient[edit]
{{recipe table
| source = Mystic forge
| ingredient = Orichalcum Ingot
}}
| Item | Rarity | Ingredients |
|---|---|---|
| Accursed Chains | Exotic |
|
| Advanced Spinal Blades | Exotic | |
| Ambrosia | Exotic | |
| Gold Fractal weapons | ||
| Naegling | Exotic | |
| Orichalcum Ingot (x10) | Basic | |
| Phoenix Talon | Exotic |
|
| Spirit Links | Exotic |
|



































