模板:Item List
出自【暗黑百科】DiabloWiki_凯恩之角
名称 | 描述 | 需求等级 | 物品等级 | 来源 |
---|---|---|---|---|
[[{{{item_name_en}}}|{{{item_name_ch}}} {{{item_name_en}}}]] | ? | ? | ? | ? |
This template displays items in a list format and uses the Data namespace to get the information needed. It should not be used directly but instead used through the Item template.
目录 |
Limitations
The template can only list items of the same item type. Weapons and armor can thus not be displayed in the same list.
Different item types require different parameters be specified in the data namespace in order for the template to work.
- Weapons must have a minimun damage and durability specified.
- Armor must have armor and durability specified.
- If no durability is specified, the template assumes it's an item that can't be equipped.
Usage
Simple
{{Item||list}}
Full
{{Item|X|list|top}}
Notes
- X is the item name
- list causes the item to use this template
- top must be used for the top item in a list in order for the headers to be displayed.
- |} should be used after the last item to close the underlying table.