Difference between revisions of "Template:Countdown"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
'''{{{1}}}''': {{#if:{{{2|}}}|<span id="{{{2}}}-{{{1}}}-days">{{#expr:({{{3}}}-{{CURRENTYEAR}})-(({{CURRENTMONTH}}<({{{4}}}) or ({{CURRENTMONTH}})=({{{4}}}) and ({{CURRENTDAY}})<({{{5}}}))}}</span>|TBA}}
'''{{{1}}}''': {{#if:{{{2|}}}|<span id="{{{2}}}-{{{1}}}-days">{{#expr:
(
  {{{3}}}-{{CURRENTYEAR}}
)-
(
  (
    {{CURRENTMONTH}}<
      ({{{4}}})  
      or  
      ({{CURRENTMONTH}})
      =
      ({{{4}}})
      and  
      ({{CURRENTDAY}})
      <({{{5}}})
    )
  )
)}}</span>|TBA}}
<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation}}</noinclude>

Revision as of 13:13, 27 July 2008

{{{1}}}: TBA

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: Expression error: Unexpected closing bracket.
{{countdown|R1}}
R1: TBA
{{countdown|R1|ohdear|2012|12|23}}
R1: Expression error: Unexpected closing bracket.