Fix: use {{!}} instead of | for table pipes inside #if blocks
Rewrite: use Lua module via #invoke for clean conditional rows
 
第1行: 第1行:
<noinclude>
<noinclude>
物品信息框模板。在道具、法宝、灵器等词条页面顶部使用。
物品信息框模板。在道具、法宝、灵器等词条页面顶部使用。所有参数均为可选,留空的行不显示。


用法示例:
用法示例:
第71行: 第71行:
}
}
</templatedata>
</templatedata>
</noinclude><includeonly>{| class="infobox biography vcard"
</noinclude><includeonly>{{#invoke:Infobox|item}}</includeonly>
|+ '''{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}'''
{{#if:{{{image|}}}|
|-
! colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|200px]]}}
{{#if:{{{grade|}}}|
|-
! 物品品阶
{{!}} {{{grade|}}}}}
{{#if:{{{type|}}}|
|-
! 物品类型
{{!}} {{{type|}}}}}
{{#if:{{{owner|}}}|
|-
! 持有人
{{!}} {{{owner|}}}}}
{{#if:{{{maker|}}}|
|-
! 打造人
{{!}} {{{maker|}}}}}
{{#if:{{{material|}}}|
|-
! 材质
{{!}} {{{material|}}}}}
{{#if:{{{use|}}}|
|-
! 用途
{{!}} {{{use|}}}}}
{{#if:{{{ability|}}}|
|-
! 技能/能力
{{!}} {{{ability|}}}}}
|}</includeonly>