<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://twentyonewiki.info/index.php?action=history&amp;feed=atom&amp;title=Template%3ATimer</id>
	<title>Template:Timer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://twentyonewiki.info/index.php?action=history&amp;feed=atom&amp;title=Template%3ATimer"/>
	<link rel="alternate" type="text/html" href="https://twentyonewiki.info/index.php?title=Template:Timer&amp;action=history"/>
	<updated>2026-04-09T16:33:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://twentyonewiki.info/index.php?title=Template:Timer&amp;diff=2151&amp;oldid=prev</id>
		<title>Buburka Rinderbuy: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://twentyonewiki.info/index.php?title=Template:Timer&amp;diff=2151&amp;oldid=prev"/>
		<updated>2024-01-29T07:17:20Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 03:17, 29 January 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Buburka Rinderbuy</name></author>
	</entry>
	<entry>
		<id>https://twentyonewiki.info/index.php?title=Template:Timer&amp;diff=2150&amp;oldid=prev</id>
		<title>Template:Timer&gt;Chocolatecravinghobo: enabling use of hidden &quot;short-format&quot; via &quot;short=&quot;</title>
		<link rel="alternate" type="text/html" href="https://twentyonewiki.info/index.php?title=Template:Timer&amp;diff=2150&amp;oldid=prev"/>
		<updated>2023-08-08T14:46:23Z</updated>

		<summary type="html">&lt;p&gt;enabling use of hidden &amp;quot;short-format&amp;quot; via &amp;quot;short=&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div style=&amp;quot;{{{style|text-align:center;font-size:18px;font-weight:bold;color:red;margin:0px 0px 10px 0px}}};{{{extra_style|}}}&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;countdown&amp;quot; data-options=&amp;quot;no-leading-zeros;{{#if:{{{short|}}}|short-format}}&amp;quot; {{#if:{{{countup|}}}||data-end=&amp;quot;toggle&amp;quot; data-toggle=&amp;quot;.{{{class|{{{endClass|countdownComplete{{{2|1}}}}}}}}}&amp;quot;}} style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;countdowndate&amp;quot;&amp;gt;{{{1|{{{time|}}}}}}&amp;lt;/span&amp;gt; {{#if:{{{countup|}}}|{{{text|{{{endText|}}}}}}}}&lt;br /&gt;
&amp;lt;/span&amp;gt;{{#if:{{{countup|}}}||&lt;br /&gt;
&amp;lt;span class=&amp;quot;{{{class|{{{endClass|countdownComplete{{{2|1}}}}}}}}}&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;{{{text|{{{endText|Countdown complete!}}}}}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Displays a countdown timer.&lt;br /&gt;
==Parameters==&lt;br /&gt;
* &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;[1]&amp;lt;/code&amp;gt; : [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse time] to countdown to, required.&lt;br /&gt;
* &amp;lt;code&amp;gt;countup&amp;lt;/code&amp;gt; : boolean. Timer counts upwards if chosen date has passed. Will override/disregard &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; &amp;amp; &amp;lt;code&amp;gt;[2]&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;short&amp;lt;/code&amp;gt; : boolean. Timer text is changed to single letters, e.g. &amp;quot;Days&amp;quot; becomes &amp;quot;d&amp;quot;.&lt;br /&gt;
* &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; : specify when multiple timers are used on the page, &amp;lt;code&amp;gt;countdownComplete1&amp;lt;/code&amp;gt; by default, e.g., &amp;lt;code&amp;gt;countdownComplete2&amp;lt;/code&amp;gt; for a second timer, etc.&lt;br /&gt;
** &amp;lt;code&amp;gt;[2]&amp;lt;/code&amp;gt; : alternatively, to only specify a number, e.g. &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; for a second timer.&lt;br /&gt;
* &amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt; : optional completion text, &amp;lt;code&amp;gt;Countdown complete!&amp;lt;/code&amp;gt; by default. Used at end of timer text for &amp;lt;code&amp;gt;countup&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; : custom style, optional.&lt;br /&gt;
* &amp;lt;code&amp;gt;extra_style&amp;lt;/code&amp;gt; : extra style to add to the default style, optional.&lt;br /&gt;
See [[MediaWiki:Gadget-Countdown.js]] for JS implementation details.&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 2023 00:00:00 +0900|extra_style = text-align:left}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 2023 00:00:00 +0900|extra_style = text-align:left}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 2030 00:00:00 +0900|2|style = font-style:italic|text = Not yet.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 2030 00:00:00 +0900|2|style = font-style:italic|text = Not yet.}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 19 2038 12:14:07 +0900|3|style = font-weight:bold|text = The time is now!}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 19 2038 12:14:07 +0900|3|style = font-weight:bold|text = The time is now!}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 29 2042 12:17:04 +0900|3|style = font-weight:bold|short=true|text = The time is now short!}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 29 2042 12:17:04 +0900|3|style = font-weight:bold|short=true|text = The time is now short!}}&lt;br /&gt;
==countup Examples==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 2020 00:00:00 +0900|countup=true|extra_style = text-align:left}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 2020 00:00:00 +0900|countup=true|extra_style = text-align:left}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 1980 00:00:00 +0900|countup=true|style = font-style:italic|text = ago}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 1980 00:00:00 +0900|countup=true|style = font-style:italic|text = ago}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 1970 00:00:00 +0900|countup=true|style = font-weight:bold|short=true|text = in the past}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 1 1970 00:00:00 +0900|countup=true|style = font-weight:bold|short=true|text = in the past}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Timer|January 19 2038 12:14:07 +0900|countup=true|style = font-weight:bold|text =. Still counts down normally for future dates.}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Timer|January 19 2038 12:14:07 +0900|countup=true|style = font-weight:bold|text =. Still counts down normally for future dates.}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Template:Timer&gt;Chocolatecravinghobo</name></author>
	</entry>
</feed>