模板:Item Display
出自【暗黑百科】DiabloWiki_凯恩之角
(修订版本间的差异)
(以内容“<includeonly>{{<!-- --- Template Switch --- Determines which template is going to be used to display the data. -->{{#switch:{{{2}}} |<!-- -->box = Infobox Item |<!--...”创建新页面) |
|||
(3个中途的修订版本没有显示) | |||
第25行: | 第25行: | ||
|item_id = {{{item_id|}}} | |item_id = {{{item_id|}}} | ||
|item_name_en = {{{item_name_en|}}} | |item_name_en = {{{item_name_en|}}} | ||
+ | |item_name_ch = {{{item_name_ch|}}} | ||
+ | |item_damage_dps = {{{item_damage_dps|}}} | ||
|item_damage_min_min = {{{item_damage_min_min|}}} | |item_damage_min_min = {{{item_damage_min_min|}}} | ||
|item_damage_max_min = {{{item_damage_max_min|}}} | |item_damage_max_min = {{{item_damage_max_min|}}} | ||
第80行: | 第82行: | ||
|crafted = {{{crafted|}}} | |crafted = {{{crafted|}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
- | + | ||
This template is used by [[Template:Item]] to decide which display template should be used. It should not be used directly. | This template is used by [[Template:Item]] to decide which display template should be used. It should not be used directly. | ||
== Usage == | == Usage == | ||
第89行: | 第91行: | ||
|item_id = | |item_id = | ||
|item_name_en = | |item_name_en = | ||
+ | |item_name_ch = | ||
+ | |item_damage_dps = | ||
|item_damage_min = | |item_damage_min = | ||
|item_damage_max = | |item_damage_max = | ||
第140行: | 第144行: | ||
}} | }} | ||
</pre> | </pre> | ||
- | + | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
在2012年1月14日 (六) 12:54的最新修订版本
This template is used by Template:Item to decide which display template should be used. It should not be used directly.
Usage
{{Item Display |2 = {{{2|}}} |3 = {{{3|}}} |item_id = |item_name_en = |item_name_ch = |item_damage_dps = |item_damage_min = |item_damage_max = |item_speed = |item_speed_min = |item_speed_max = |item_defense = |item_durability = |item_durability_range = |game_level = |item_description_en = |item_armor_min = |item_armor_range = |item_socket_min = |item_socket_range = |item_flavor = |item_level = |item_req_level = |item_type = |item_rarity = |item_gold = |set_name = |item_holy_damage_min = |item_holy_damage_max = |item_fire_damage_min = |item_fire_damage_max = |item_cold_damage_min = |item_cold_damage_max = |item_lightning_damage_min = |item_lightning_damage_max = |item_poison_damage_min = |item_poison_damage_max = |item_arcane_damage_min = |item_arcane_damage_max = |item_property1 = |item_property1_desc = |item_property2 = |item_property2_desc = |item_property3 = |item_property3_desc = |item_property4 = |item_property4_desc = |item_property5 = |item_property5_desc = |item_property6 = |item_property6_desc = |item_property7 = |item_property7_desc = |item_sound = |crafted = }}