模板:Duration/sandbox
這是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}}
呈現為:錯誤:小時數和分鐘數必須是整數