Difference between revisions of "Template:Timespan"
From Space Engineers Wiki
Vox Serico (talk | contribs) m (nicer formatting) |
Vox Serico (talk | contribs) m (removed excessive comma) |
||
Line 4: | Line 4: | ||
-->{{#ifexpr:{{{1|0}}} >= 86400|{{#expr: floor ({{{1|0}}}/86400)}} days, }}<!-- | -->{{#ifexpr:{{{1|0}}} >= 86400|{{#expr: floor ({{{1|0}}}/86400)}} days, }}<!-- | ||
-->{{#ifexpr:{{{1|0}}} >= 3600|{{#expr: {{{1|0}}}/3600 mod 24}} hours, }}<!-- | -->{{#ifexpr:{{{1|0}}} >= 3600|{{#expr: {{{1|0}}}/3600 mod 24}} hours, }}<!-- | ||
− | -->{{#ifexpr:{{{1|0}}} >= 60|{{#expr: {{{1|0}}}/60 mod 60}} minutes | + | -->{{#ifexpr:{{{1|0}}} >= 60|{{#expr: {{{1|0}}}/60 mod 60}} minutes and }}<!-- |
-->{{#expr: {{{1|0}}} mod 60}} seconds<!-- | -->{{#expr: {{{1|0}}} mod 60}} seconds<!-- | ||
--><noinclude>[[Category:Templates]]</noinclude> | --><noinclude>[[Category:Templates]]</noinclude> |
Revision as of 01:30, 19 November 2020
0 seconds