Difference between revisions of "Template:Test"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>Mornsta-gpuser |
||
| Line 1: | Line 1: | ||
| − | {{#ifeq:{{#expr:({{{1|0}}})/86400 round 0}}|0||{{#expr:({{{1|0}}})/86400 round 0}}d}} {{#ifeq:{{#expr:({{{1|0}}}mod86400)/3600 round 0}}|0||{{#expr:({{{1|0}}}mod86400)/3600 round 0}}h}} {{#ifeq:{{#expr:({{{1|0}}}mod3600)/60 round 0}}|0||{{#expr:({{{1|0}}}mod3600)/60 round 0}}m}} {{#ifeq:{{#expr:{{{1|0}}}mod60}}|0||{{#expr:{{{1|0}}}mod60}}s}} | + | {{#ifeq:{{#expr:(floor(({{{1|0}}})/86400) round 0}}|0||{{#expr:(floor(({{{1|0}}})/86400) round 0}}d}} {{#ifeq:{{#expr:(floor(({{{1|0}}}mod86400)/3600) round 0}}|0||{{#expr:(floor(({{{1|0}}}mod86400)/3600) round 0}}h}} {{#ifeq:(floor({{#expr:({{{1|0}}}mod3600)/60) round 0}}|0||{{#expr:(floor(({{{1|0}}}mod3600)/60) round 0}}m}} {{#ifeq:{{#expr:(floor({{{1|0}}}mod60}})|0||{{#expr:(floor({{{1|0}}}mod60}})s}} |
<!--{{#expr:200/86400 round 0}}d {{#expr:(200mod86400)/3600 round 0}}h {{#expr:(200mod3600)/60 round 0}}m {{#expr:(200mod60)}}s--> | <!--{{#expr:200/86400 round 0}}d {{#expr:(200mod86400)/3600 round 0}}h {{#expr:(200mod3600)/60 round 0}}m {{#expr:(200mod60)}}s--> | ||
Revision as of 17:42, 3 March 2019
Expression error: Unclosed bracket.d Expression error: Unclosed bracket.h Expression error: Unclosed bracket.m Expression error: Unclosed bracket.)s