Шаблон:Inventory/Item

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

The table row for items for use in vendor inventory tables.

This is the catch-all template for all other item types, mostly items that do not have an inherent modifier, such as consumables, crafting materials, and junk items.

See Template:Inventory/Table Header for details on the use of this template as well as the type-specific templates.

Copy-paste template:

{{Inventory/Item
 | name = 
 | quantity = 
 | level = 
 | rarity = 
 | type = 
 | price = 
}}

Example usage:

{{Inventory/Item
 | name = Crude Salvage Kit
 | icon = Crude Kit.png           <!-- Optionally specify a different icon -->
 | plural =                       <!-- Use if the item sells in quantites > 1, and a plural form is needed (e.g.Lumps of Tin); can also be used for alternate labels -->
 | quantity = 15                  <!-- use if the item sells in quantites > 1 -->
 | level =                        <!-- Most generic items do not have a level requirement. Do not use this for crafting materials -->
 | rarity = basic
 | type = salvage kit
 | price = 28 {{karma}}
}}