模板:Infobox weapon:修订间差异
来自星露谷物语扩展百科
更多语言
更多操作
Margotbean(留言 | 贡献) 无编辑摘要 |
SummerFleur(留言 | 贡献) m无编辑摘要 |
||
| (未显示7个用户的45个中间版本) | |||
| 第1行: | 第1行: | ||
<includeonly><div | <includeonly><div class="infoboxborder"> | ||
<table class="infoboxtable"> | |||
<tr class="infoboxtitle"> | |||
| | <td colspan="2" class="infoboxheader" data-category="{{{cat|{{Category|name|{{{name|{{{eng|{{PAGENAME}}}}}}}}|id={{{id|}}}}}}}}" style="--category-color: {{{cat2|{{Category|color|{{{name|{{{eng|{{PAGENAME}}}}}}}}|id={{{id|}}}}}}}}">{{{name|{{PAGENAME}}}}}</td> | ||
| | </tr>{{#if:{{{native|{{{eng|{{Eng|{{{name|{{PAGENAME}}}}}}}}}}}}}|<tr class="infoboxtitle"><td colspan="2" class="infoboxheader">{{{native|{{{eng|{{Eng|{{{name|{{PAGENAME}}}}}}}}}}}}}</td></tr>|}} | ||
| | <tr> | ||
<td colspan="2">[[File:{{{eng|Blank icon}}}.png|link=]]</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infoboxdetail">{{#if:{{{description|}}}|{{{description|}}}|{{Description|{{{name|{{PAGENAME}}}}}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infoboxsection">信息</td> | |||
</tr> | |||
{{#if:{{{type|}}}| | |||
<tr> | |||
<td class="infoboxsection">类型</td> | |||
<td class="infoboxdetail">{{{type|}}}</td> | |||
</tr> | |||
}}{{#if:{{{level|}}}| | |||
<tr> | |||
<td class="infoboxsection">等级</td> | |||
{{#if:{{{ | <td class="infoboxdetail">{{{level|}}}</td> | ||
{{ | </tr> | ||
{{ | }}{{#if:{{{source|}}}| | ||
<tr> | |||
<td class="infoboxsection">来源</td> | |||
<td class="infoboxdetail">{{{source|}}}</td> | |||
</tr> | |||
}}{{#if:{{{damage|}}}| | |||
<tr> | |||
<td class="infoboxsection">伤害</td> | |||
<td class="infoboxdetail">{{{damage|}}}</td> | |||
</tr> | |||
}}{{#if:{{{csc|}}}| | |||
<tr> | |||
</div>{{ | <td class="infoboxsection">暴击率</td> | ||
<td class="infoboxdetail">{{{csc|}}}</td> | |||
</tr> | |||
}}{{#if:{{{csm|}}}| | |||
<tr> | |||
<td class="infoboxsection">暴击伤害</td> | |||
<td class="infoboxdetail">× {{{csm|}}}</td> | |||
</tr> | |||
}}{{#if:{{{stats|}}}| | |||
<tr> | |||
<td class="infoboxsection">属性</td> | |||
<td class="infoboxdetail">{{{stats|}}}</td> | |||
</tr> | |||
}}{{#if:{{{price|}}}| | |||
<tr> | |||
<td colspan="2" class="infoboxsection">探险家公会</td> | |||
</tr> | |||
<tr> | |||
<td class="infoboxsection">购买价格</td> | |||
<td class="infoboxdetail">{{#switch:{{{price|}}}|-1|不出售=不出售|#default={{Price|{{{price|}}}}}}} | |||
</td> | |||
</tr> | |||
}}{{#if:{{{sellprice|}}}| | |||
<tr> | |||
<td class="infoboxsection">售出价格</td> | |||
<td class="infoboxdetail">{{Price|{{{sellprice|}}}}}</td> | |||
</tr> | |||
}} | |||
{{Infobox utils|id|name={{{name|}}}|eng={{{eng|}}}|id={{{id|}}}}} | |||
</table> | |||
</div>{{Mainonly|[[Category:武器]]}}{{InfoboxSEO}}</includeonly><noinclude>{{Documentation}}{{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> | |||