Template:Countdown

From QWiki
Revision as of 13:56, 7 August 2020 by Bps (talk | contribs) (Created page with "<includeonly><span class="timer-object {{#if:{{{rawcountdown|}}}|timer-object-countdown-only}}" {{#ifeq:{{{finished|}}}|true|data-finished="finished"}} {{#if:{{{stream|}}}|dat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation (view - edit)

This templated is used to display a countdown to a set date, and if present, also show twitch link.

Example

February 14, 2023 12:10 CET

Code

{{Countdown
|date=February 14, 2023 12:10 {{Abbr/CET}}
|stream=suddendeathTV
|stream2=
|finished=
}}

Use

|date=
Set the date with format: Month day, year HH:MM TIMEZONE.
If the date is in the future, the countdown will show.
If the date is in the past, the date will show but without countdown.
|stream=
(Optional) Add a link to a stream. Use only stream name, not full url.
|stream2=
(Optional) Add a link to a second stream. Use only stream name, not full url.
|finished=
(Optional) Set this to "true" to hide the countdown.