Template:Countdown: Difference between revisions
From Halopedia, the Halo wiki
(Created page with "<span class="countdowndate">{{{1}}} UTC</span><span class="nocountdown"> This message will be displayed if the timer does not show up (like if you do not have javascript enabled ...") |
m (Text replacement - "== ([^=])" to "== $1") |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span | <includeonly>{{#ifeq:{{#expr: {{#time:U}} < {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}}}}|1|Only {{#ifeq:{{#expr: {{#time:U}} < {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - 86399}}|1|'''<span style="color: {{{color|red}}}">{{#expr:( ( ( {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - {{#time:U}}) / 86400 ) -0.5) round 0}}</span>''' days|}} {{#ifeq:{{#expr: {{#time:U}} > {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - 3600}}|1|{{#ifeq: {{#expr: ( ( ( {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - {{#time:U}} ) / 60 ) - 0.5 ) round 0 }}|0|'''<span style="color: {{{color|red}}}">{{#expr: {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - {{#time:U}}}}</span>''' seconds |'''<span style="color: {{{color|red}}}">{{#expr: ( ( ( {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - {{#time:U}} ) / 60 ) - 0.5 ) round 0 }}</span>''' minutes}} |'''<span style="color: {{{color|red}}}">{{#expr:{{#expr: ( {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - {{#time:U}} ) / 3600 - ( ( ( ( ( ( {{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} - {{#time:U}}) / 86400 ) - 0.5 ) round 0 )* 24 ) -0.5 ) round 0}} - 1}}</span>''' hours}} left until {{{event|the event}}}.|{{#ifexist:{{{duration|}}}|{{#ifeq:{{#expr: ({{#if:{{{timecode|}}}|{{{timecode|}}}|{{#time:U|{{{year}}}-{{{month|1}}}-{{{day|1}}} {{{hour|00}}}:{{{minute|00}}}:{{{second|00}}}}}}} + {{{duration}}}) > {{#time:U}}}}|1|{{{eventstart|{{{event|the event}}} has already started.}}}|{{{eventend|{{{event|the event.}} has already ended}}}}}|{{{eventend|{{{event|the event}}} has already ended.}}}}}}} <span class="plainlinks" style="font-size:smaller;">({{purge|refresh}})</span></includeonly><noinclude> | ||
== Notes == | |||
Please note the following important points before using this template. | |||
*the time on this countdown clock is GMT (UTC+0) | |||
*if the event is held in '''more than 24 hours''', only the number of days and the number of hours left will be shown | |||
*if the event is held '''within 24 hours''', only the number of hours left will be shown | |||
*if the event is held '''within 1 hour''', only the number of minutes left will be shown | |||
*if the event is held '''within 1 minute''', only the number of seconds left will be shown | |||
== Usage == | |||
Editors can use this template as a countdown clock for a lot of different events. The following can show you how to use this template. | |||
=== Simple countdown clock === | |||
This type of countdown clock is suitable for events with no duration. | |||
<pre> | |||
{{countdown | |||
|year = 9999 | |||
|month = 1 | |||
|day = 1 | |||
|event = unknown starts | |||
}} | |||
</pre> | |||
If you type in the above, something like the following will appear. | |||
{{countdown | |||
|year = 9999 | |||
|month = 1 | |||
|day = 1 | |||
|event = unknown starts | |||
}} | |||
=== Advanced countdown clock === | |||
This type of countdown clock is suitable for events with a duration. | |||
<pre> | |||
{{countdown | |||
|year = 9999 | |||
|month = 1 | |||
|day = 1 | |||
|hour = 0 | |||
|minute = 0 | |||
|second = 0 | |||
|event = unknown starts | |||
|duration = 100 | |||
|eventstart = unknown has started | |||
|eventend = unknown has ended | |||
}} | |||
</pre> | |||
If you type in the above, something like the following will appear. | |||
{{countdown | |||
|year = 9999 | |||
|month = 1 | |||
|day = 1 | |||
|hour = 0 | |||
|minuite = 0 | |||
|second = 0 | |||
|event = unknown starts | |||
|duration = 100 | |||
|eventstart = unknown has started | |||
|eventend = unknown has ended | |||
}} | |||
[[Category:Content templates|Countdown]]</noinclude> |
Latest revision as of 00:17, April 13, 2022
Notes
Please note the following important points before using this template.
- the time on this countdown clock is GMT (UTC+0)
- if the event is held in more than 24 hours, only the number of days and the number of hours left will be shown
- if the event is held within 24 hours, only the number of hours left will be shown
- if the event is held within 1 hour, only the number of minutes left will be shown
- if the event is held within 1 minute, only the number of seconds left will be shown
Usage
Editors can use this template as a countdown clock for a lot of different events. The following can show you how to use this template.
Simple countdown clock
This type of countdown clock is suitable for events with no duration.
{{countdown |year = 9999 |month = 1 |day = 1 |event = unknown starts }}
If you type in the above, something like the following will appear.
Only 2912491 days 16 hours left until unknown starts. (refresh)
Advanced countdown clock
This type of countdown clock is suitable for events with a duration.
{{countdown |year = 9999 |month = 1 |day = 1 |hour = 0 |minute = 0 |second = 0 |event = unknown starts |duration = 100 |eventstart = unknown has started |eventend = unknown has ended }}
If you type in the above, something like the following will appear.
Only 2912491 days 16 hours left until unknown starts. (refresh)