模板:Infobox weapon:修订间差异
来自星露谷物语扩展百科
更多语言
更多操作
SMW+面包屑 |
添加英语和编号信息 |
||
| 第1行: | 第1行: | ||
<includeonly>{{#set: | <includeonly>{{#set: | ||
|Name={{{name|{{PAGENAME}}}}} | |Name={{{name|{{PAGENAME}}}}} | ||
|Eng={{English|{{{name|{{PAGENAME}}}}}}} | |||
|ID={{ID|{{English|{{{name|{{PAGENAME}}}}}}}}} | |||
|Description={{{description|{{Description|{{PAGENAME}}}}}}} | |Description={{{description|{{Description|{{PAGENAME}}}}}}} | ||
|Image={{{image|}}} | |Image={{{image|}}} | ||
| 第13行: | 第15行: | ||
}}{{面包屑|武器}}<div id="infoboxborder"> | }}{{面包屑|武器}}<div id="infoboxborder"> | ||
{| id="infoboxtable" | {| id="infoboxtable" | ||
|colspan="2" id="infoboxheader"|{{{name|{{PAGENAME}}}}} | |colspan="2" id="infoboxheader"{{#if: {{English|{{{name|{{PAGENAME}}}}}}}| class="infoboxheaderzh"|}}|{{{name|{{PAGENAME}}}}} | ||
{{#if: {{English|{{{name|{{PAGENAME}}}}}}}| | |||
<tr> | |||
<td colspan="2" id="infoboxheader" class="infoboxheaderen">{{{eng|{{English|{{{name|{{PAGENAME}}}}}}}}}}</td> | |||
</tr> | |||
| | |||
}} | |||
|- | |- | ||
|colspan="2" style="padding-bottom: 5px;"|{{#if:{{{image}}}|[[File:{{{image|}}}|center]]|}} | |colspan="2" style="padding-bottom: 5px;"|{{#if:{{{image}}}|[[File:{{{image|}}}|center]]|}} | ||
| 第57行: | 第65行: | ||
|id="infoboxsection"|售出价格 | |id="infoboxsection"|售出价格 | ||
|id="infoboxdetail"|{{#iferror:{{#expr:{{{value|0}}}>0}}|{{#if:{{{value|}}}|{{{value|不可出售}}}|不可出售}}|{{#if:{{{value|}}}|{{price|{{{value|}}} }}|不可出售 }} }} | |id="infoboxdetail"|{{#iferror:{{#expr:{{{value|0}}}>0}}|{{#if:{{{value|}}}|{{{value|不可出售}}}|不可出售}}|{{#if:{{{value|}}}|{{price|{{{value|}}} }}|不可出售 }} }} | ||
{{#if: {{ID|{{{eng|{{English|{{{name|{{PAGENAME}}}}}}}}}}}}| | |||
<tr> | |||
<td colspan="2" id="infoboxsection" style="text-align: center; padding-left: 0; padding-right: 0;">高级</td> | |||
</tr> | |||
<tr> | |||
<td id="infoboxsection">物品编号</td> | |||
<td id="infoboxdetail">{{ID|{{{eng|{{English|{{{name|{{PAGENAME}}}}}}}}}}}}</td> | |||
</tr> | |||
| | |||
}} | |||
|- | |- | ||
|}</div>{{#if:{{{debug mode|}}}||[[Category:武器]]}}{{InfoboxSEO}}</includeonly><noinclude>{{Englishdoc}}</noinclude> | |}</div>{{#if:{{{debug mode|}}}||[[Category:武器]]}}{{InfoboxSEO}}</includeonly><noinclude>{{Englishdoc}}{{Clear}} | ||
==示例== | |||
{{Infobox weapon | |||
|name = 木剑 | |||
|image = Wooden Blade.png | |||
|type = 剑 | |||
|level = 1 | |||
|source = <ul><li>[[探险家公会]]</li><li>[[矿井#重新混合的奖励层|重新混合后的矿井]]10层</li></ul> | |||
|damage = 3-7 | |||
|csc = 0.02 | |||
|gprice = 250 | |||
|value = 50 | |||
}}</noinclude> | |||