Шаблон:Inventory/Recipe

Материал из Guild Wars 2 wiki
< Шаблон:Inventory
Версия от 09:38, 11 октября 2012; Вариша (обсуждение | вклад) (Новая страница: «<includeonly>|- | {{item icon |Recipe: {{{name}}} | Recipe: {{{plural|{{{name}}} }}} |Recipe Sheet.png}} <!-- -->{{#if: {{#var:hideLevel|}}| | {{!}}{{!}}{{{level|-}}...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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