Difference between revisions of "Template:Countdown/sandbox"
From Detective Conan Wiki
m |
m |
||
(43 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div class="countdown-container"> | <includeonly><div class="countdown-container"> | ||
− | {{# | + | <!-- Debugging --> |
− | {{# | + | <!-- No active debugging tests --> |
+ | |||
+ | <!-- Days --> | ||
+ | '''{{#expr: | ||
+ | ceil( | ||
+ | {{timeDiff|{{{end-date}}}|{{{end-time}}}|{{{utc-offset}}} }} / 86400 | ||
+ | ) | ||
+ | }}''' | ||
+ | {{#ifeq: | ||
+ | {{#expr: | ||
+ | ceil( | ||
+ | {{timeDiff|{{{end-date}}}|{{{end-time}}}|{{{utc-offset}}} }} / 86400 | ||
+ | ) | ||
+ | }} | 1 | ||
+ | | day | ||
+ | | days | ||
}} | }} | ||
− | |||
− | |||
− | |||
</div></includeonly> | </div></includeonly> |