Шаблон:Inventory/Recipe

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

The recipe table row for vendor inventories.

This is intended for recipes only, allowing specification of crafting-related information.

See Template:Inventory/Table Header for details on the use of this template.

Copy-paste template:

{{Inventory/Recipe
 | name = 
 | level = 
 | discipline = 
 | craft level = 
 | rarity = 
 | price = 
}}

Example usage:

{{Inventory/Recipe
 | name = Bjorn's Celery Snack
 | level =                  <!-- Level for needed for the unlock, delete this line if none -->
 | discipline = Chef        <!-- Properly capitalized discipline name -->
 | craft level = 0          <!-- Level of the item unlocked for crafting -->
 | rarity = green
 | type = recipe            <!-- Optional. It always defaults to "Recipe" -->
 | price = 91 {{karma}}
}}