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