Widget:CountdownTimer: Difference between revisions

From NOISZ Wiki
(fuyutsuki. let us begin.)
m (Undo revision 11262 by RiceEmpress (talk))
Tag: Undo
 
(5 intermediate revisions by the same user not shown)
Line 69: Line 69:
day: 'day',
day: 'day',
days: 'days',
days: 'days',
month: 'month',
month: 'Month',
months: 'months',
months: 'Months',
year: 'year',
year: 'year',
years: 'years'
years: 'years'
Line 372: Line 372:
var countdowns = [];
var countdowns = [];
   
   
var NO_LEADING_ZEROS = 1,
var NO_LEADING_ZEROS = 2,
SHORT_FORMAT = 2,
SHORT_FORMAT = 2,
NO_ZEROS = 4;
NO_ZEROS = 4;
Line 537: Line 537:
</script>
</script>
</includeonly><noinclude>
</includeonly><noinclude>
To be used with [[Template:Countdown]].
To be used with [[Template:EventCountdown]] and [[Template:EventTimeLeft]].


</noinclude>
</noinclude>

Latest revision as of 17:31, 3 February 2026