Template:CountDown: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m changed countdown dates to the future to display other results |
||
| Line 11: | Line 11: | ||
!Output | !Output | ||
|- | |- | ||
|<nowiki>{{CountDown|27|01| | |<nowiki>{{CountDown|27|01|2012|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|Oh... rezzday is over... what a night.}}</nowiki> | ||
|{{CountDown|27|01| | |{{CountDown|27|01|2012|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|Oh... rezzday is over... what a night.}} | ||
|- | |- | ||
|<nowiki>{{CountDown|27|01|2008|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|Oh... rezzday is over... what a night.}}</nowiki> | |<nowiki>{{CountDown|27|01|2008|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|Oh... rezzday is over... what a night.}}</nowiki> | ||
|{{CountDown|27|01|2008|OMG, only {{#var:a}} days until my rezday!!|POARTY!!!|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.}} | ||
|- | |- | ||
|<nowiki>{{CountDown|27|01| | |<nowiki>{{CountDown|27|01|2012}}</nowiki> | ||
|{{CountDown|27|01| | |{{CountDown|27|01|2012}} | ||
|- | |- | ||
|<nowiki>{{CountDown|27|01| | |<nowiki>{{CountDown|27|01|2012|offset=0}}</nowiki> | ||
|{{CountDown|27|01| | |{{CountDown|27|01|2012|offset=0}} | ||
|} | |} | ||
Latest revision as of 06:00, 9 September 2010
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}} |