Template:Duration
外观
此模板使用Lua语言: |
使用
{{Duration |h=480 |m=60 |s=59 }}
"h"为时,“m”为分,"s"为秒
示例
{{Duration|h=1|m=22|s=34}}
呈现为:1:22:34{{Duration|m=74|s=32}}
呈现为:74:32{{Duration|m=2|s=34}}
呈现为:2:34{{Duration|h=1|s=34}}
呈现为:1:00:34{{Duration|h=1}}
呈现为:1:00:00{{Duration|h=0|m=22|s=34}}
呈现为:0:22:34{{Duration|h=0|m=0|s=34}}
呈现为:0:00:34{{Duration|h=1|m=22|s=34.5678}}
呈现为:1:22:34.5678{{Duration|h=1|m=22|s=3}}
呈现为:1:22:03{{Duration|h=1|m=2|s=34}}
呈现为:1:02:34{{Duration|h=1|m=2|s=3}}
呈现为:1:02:03{{Duration|h=1|m=2}}
呈现为:1:02:00{{Duration|s=34}}
呈现为:0:34{{Duration|m=0|s=34}}
呈现为:0:34{{Duration|h=1|m=0|s=34}}
呈现为:1:00:34{{Duration|h=1|m=22|s=0}}
呈现为:1:22:00{{Duration|h=one|m=22|s=0}}
呈现为:错误:无效的值{{Duration|h=1|m=22|s=78}}
呈现为:错误:秒数不能大于59{{Duration|h=1.1|m=2.2}}
呈现为:错误:小时数和分钟数必须是整数
数字参数
{{Duration|1|22|34}}
呈现为:1:22:34{{Duration||74|32}}
呈现为:74:32{{Duration|1|2|34}}
呈现为:1:02:34{{Duration|1|2|3}}
呈现为:1:02:03{{Duration|0|22|34}}
呈现为:0:22:34{{Duration|0|0|34}}
呈现为:0:00:34{{Duration||0|34}}
呈现为:0:34{{Duration|||34}}
呈现为:0:34{{Duration|1|22|34.5678}}
呈现为:1:22:34.5678{{Duration||1|22}}
呈现为:1:22{{Duration|1|22}}
呈现为:1:22:00{{Duration|1|22|0}}
呈现为:1:22:00{{Duration|1|22|}}
呈现为:1:22:00{{Duration|0|0|0}}
呈现为:{{Duration|||}}
呈现为:{{Duration|1|22|34|55}}
呈现为:错误:不应指定参数4{{Duration|one|22|0}}
呈现为:错误:无效的值{{Duration|1|22|78}}
呈现为:错误:秒数不能大于59{{Duration|1.1|2.2}}
呈现为:错误:小时数和分钟数必须是整数