Main Page
Difference between revisions of "Template:Countdown"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
<pre> | <pre> | ||
{{Countdown | {{Countdown | ||
− | |EventName= | + | |EventName=Season 1 |
− | |StartTime= | + | |StartTime=16.9.2020 14:59:59 +0900 |
− | |EndTime= | + | |EndTime=14.10.2020 14:59:59 +0900 |
}} | }} | ||
</pre> | </pre> | ||
Line 15: | Line 15: | ||
Example Output: | Example Output: | ||
{{Countdown | {{Countdown | ||
− | |EventName= | + | |EventName=Season 1 |
− | |StartTime= | + | |StartTime=16.9.2020 14:59:59 +0900 |
− | |EndTime= | + | |EndTime=14.10.2020 14:59:59 +0900 |
}} | }} | ||
Revision as of 10:17, 14 October 2020
(Countdown) - Parses EventName, StartTime and EndTime into a countdown, mostly used on event mentioning pages.
This template works with a JavaScript snippet that can be found either in this wiki's common.js or a gadget. It does NOT use the countdown extension.
Example Usage:
{{Countdown |EventName=Season 1 |StartTime=16.9.2020 14:59:59 +0900 |EndTime=14.10.2020 14:59:59 +0900 }}
Example Output:
Time Remaining:
- Each EventName must be unique, or the countdown end message will display for all countdowns once one EndTime is reached.
- When StartTime has been reached, the countdown will show "Event has started" and provide a link to purge the page (the user can alternatively refresh).
- If |StartTime is not included in the template call, the template will automatically use Now as a placeholder time, and will skip the Time Until Start portion and go into the Time remaining portion.