Difference between pages "Template:Countdown" and "Template:Countdown/sandbox"
From Detective Conan Wiki
(Difference between pages)
m |
|||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <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> | ||