模板:Cooldown ability
出自Meshal Lite
第1行: | 第1行: | ||
− | <includeonly> | + | <includeonly><!--定义单位-->{{#vardefine:unit|{{#switch:{{{type|{{{1|combat}}}}}} |
+ | |combat=combat | ||
+ | |series=series | ||
+ | |day=day | ||
+ | |rest=rest | ||
+ | |战斗=combat | ||
+ | |轮=series | ||
+ | |天=day | ||
+ | |休息=rest | ||
+ | |#default={{{type|{{{1|combat}}}}}} | ||
+ | }}<!--定义周期-->{{#vardefine:amount|{{#switch: {{{amount|{{{2|1}}}}}} | ||
+ | |1= | ||
+ | |0= | ||
+ | |= | ||
+ | |#default={{{amount|{{{3|1}}}}}} | ||
+ | }}<!--定义次数-->{{#vardefine:times|{{{times|{{{2|1}}}}}}}}<!--定义表述方法-->{{#switch: {{#var:unit}} | ||
+ | |combat=每{{#var:amount}}场战斗中最多施展{{#var:times}}次. | ||
+ | |series=每{{#var:amount}}[[轮]]中最多施展{{#var:times}}次. | ||
+ | |day=每{{#var:amount}}天中最多施展{{#var:times}}次. | ||
+ | |rest=每{{#var:amount}}次[[充分休息]]后最多施展{{#var:times}}次. | ||
+ | |#default=每{{#var:amount}}{{#var:unit}}最多施展{{#var:times}}次. | ||
+ | }}</includeonly><noinclude>[[category:编辑]][[category:模板]] | ||
== 模板说明 == | == 模板说明 == | ||
{{!}} | {{!}} |