Displays a countdown timer.
Parameters
time
: time to countdown to, required.style
: custom style, optional.extra_style
: extra style to add to the default style, optional.text
: optional completion text,Countdown complete!
by default.
See MediaWiki:Gadget-Countdown.js for JS implementation details.
Examples
{{Timer|time = January 1 2021 00:00:00 +0900|extra_style = text-align:left}}
{{Timer|time = January 1 2025 00:00:00 +0900|style = font-style:italic|text = Not yet.}}
{{Timer|time = January 19 2038 12:14:07 +0900|style = font-weight:bold|text = The time is now!}}