(创建页面,内容为“{| class="wikitable" |- {{#if:{{{LI|<noinclude>300</noinclude>}}}|{{!}}{{!}}File:Light infantry.png}}<!-- -->{{#if:{{{HI|<noinclude>300</noinclude>}}}|{{!}}{{!}}…”) |
小 (文本替换 - 替换“Category:Templates”为“Category:模板”) |
||
(未显示1个用户的4个中间版本) | |||
第1行: | 第1行: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
{{#if:{{{LI|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Light infantry.png]]}}<!-- | {{#if:{{{LI|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Light infantry.png|轻步兵|link=]]}}<!-- | ||
-->{{#if:{{{HI|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Heavy infantry.png]]}}<!-- | -->{{#if:{{{HI|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Heavy infantry.png|重步兵|link=]]}}<!-- | ||
-->{{#if:{{{P|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Pikemen.png]]}}<!-- | -->{{#if:{{{P|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Pikemen.png|长枪兵|link=]]}}<!-- | ||
-->{{#if:{{{LC|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Light cavalry.png]]}}<!-- | -->{{#if:{{{LC|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Light cavalry.png|轻骑兵|link=]]}}<!-- | ||
-->{{#if:{{{HC|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Heavy cavalry.png]]}}<!-- | -->{{#if:{{{HC|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Heavy cavalry.png|重骑兵|link=]]}}<!-- | ||
-->{{#if:{{{A|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Archers.png]]}}<!-- | -->{{#if:{{{A|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Archers.png|弓箭手|link=]]}}<!-- | ||
-->{{#if:{{{HA|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Horse archers.png]]}}<!-- | -->{{#if:{{{HA|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Horse archers.png|弓骑兵|link=]]}}<!-- | ||
-->{{#if:{{{CC|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Camel cavalry.png]]}}<!-- | -->{{#if:{{{CC|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Camel cavalry.png|骆驼兵|link=]]}}<!-- | ||
-->{{#if:{{{WE|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:War elephants.png]]}}<!-- | -->{{#if:{{{WE|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:War elephants.png|战象|link=]]}}<!-- | ||
-->{{#if:{{{G|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Ships.png]]}} | -->{{#if:{{{G|<noinclude>300</noinclude>}}}|{{!}}{{!}}[[File:Ships.png|船|link=]]}} | ||
|- | |- | ||
{{#if:{{{LI|}}}|{{!}}{{!}}{{#expr:100*{{{LI}}}/{{{total}}}round0}}%}}<!-- | {{#if:{{{LI|}}}|{{!}}{{!}}{{#expr:100*{{{LI}}}/{{{total}}}round0}}%}}<!-- | ||
第24行: | 第24行: | ||
|- | |- | ||
|}<noinclude> | |}<noinclude> | ||
'''本模板别名:ArmyComposition、军队组成比例''' | |||
<pre>{{ | |||
用于展示[[骑士团]]或[[雇佣兵]]的军队组成比例的模板,基于common\static_modifiers.txt | |||
变量对应表 | |||
{| class="wikitable" | |||
|- | |||
! 参数 !! 兵种 | |||
|- | |||
| LI || 轻步兵 | |||
|- | |||
| HI || 重步兵 | |||
|- | |||
| P || 长枪兵 | |||
|- | |||
| LC || 轻骑兵 | |||
|- | |||
| HC || 重骑兵 | |||
|- | |||
| A || 弓箭手 | |||
|- | |||
| HA || 弓骑兵 | |||
|- | |||
| CC || 骆驼兵 | |||
|- | |||
| WE || 战象 | |||
|- | |||
| G || 船 | |||
|- | |||
| total || 总兵力 | |||
|} | |||
例子: | |||
<pre>{{ 军队组合比例|HI=600|HC=300|A=200|total=1100}}</pre> | |||
gives: | gives: | ||
{{ | {{ 军队组合比例|HI=600|HC=300|A=200|total=1100}} | ||
[[Category: | [[Category: 模板]]</noinclude> |