Difference between revisions of "Template:Countdown"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(60 * 60 * 24 = 86400 ... cutting down the calculations required by the server)
(truncate instead of rounding)
Line 1: Line 1:
<includeonly>'''{{{1}}}''': {{#if:{{{2|}}}|{{#ifexpr:(({{#time:U|{{{3}}}-{{{4}}}-{{{5}}}}} - {{#time:U}})<=0)|Available Now|<span id="{{{2}}}-{{{1}}}-days">{{#expr:(({{#time:U|{{{3}}}-{{{4}}}-{{{5}}}}} - {{#time:U}})/86400 round 0)}}</span> days to go}}|TBA}}</includeonly><noinclude>{{documentation}}</noinclude>
<includeonly>'''{{{1}}}''': {{#if:{{{2|}}}|{{#ifexpr:(({{#time:U|{{{3}}}-{{{4}}}-{{{5}}}}} - {{#time:U}})<=0)|Available Now|<span id="{{{2}}}-{{{1}}}-days">{{#expr:trunc(({{#time:U|{{{3}}}-{{{4}}}-{{{5}}}}} - {{#time:U}})/86400)}}</span> days to go}}|TBA}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 05:10, 2 August 2008

Documentation for {{countdown}}

Use

To create a countdown to a specific date. Countdown in days.

Usage

{{countdown|<text>|<unique>|<year>|<month>|<date>}}

Parameters:

text
Is the text to appear in front of the countdown.
unique
This is a way of making the whole countdown identifiable by javascript, and the like. If this and the later paramters is not supplied, the countdowner will display "TBA" instead.
year
month
date

Examples

{{countdown|R1|BWABB|2008|6|23}}
R1: Available Now
{{countdown|R1}}
R1: TBA
{{countdown|R1|ohdear|2012|12|23}}
R1: Available Now