Template:CountDown
Jump to navigation
Jump to search
This template calculates a difference in days between a given date (past 01.01.1970) and the current date. You can set an offset relative to GMT which has the value -8 by default, in order to represent SLT.
Use it with {{CountDown|DD|MM|YYYY|text pre date|text at date|text post date}}. Text can include {{#var:a}} to place the count. If no text is provided, only the count will be displayed.
Use
day{{#ifeq:{{#var:a}}|1||s}}
to distinguish between "day" and "days", depending on the count.
Example:
Input | Output |
---|---|
{{CountDown|27|01|2012|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|Oh... rezzday is over... what a night.}} | Oh... rezzday is over... what a night. |
{{CountDown|27|01|2008|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|Oh... rezzday is over... what a night.}} | Oh... rezzday is over... what a night. |
{{CountDown|27|01|2012}} | |
{{CountDown|27|01|2012|offset=0}} |