User:ToxiBoi/LiveCountdown
Description | Replaces invocations of {{User:ToxiBoi/LiveCountdownTemplate}} with a live countdown that refreshes the page on finish |
---|---|
Author(s) | ToxiBoi (talk · contribs) |
Status | Status: Alpha |
First released | April 15, 2020 |
Version | v1.4.4 |
Updated | April 17, 2020 |
Browsers | Google Chrome, Firefox[i], Edge / IE[i] |
Skins | Cologne Blue, Vector, Modern, Monobook, Timeless, MinervaNeue[i] |
Source | User:ToxiBoi/LiveCountdown.js |
LiveCountdown is a userscript that, upon entering a page, checks the page for all {{User:ToxiBoi/LiveCountdownTemplate}} (further referenced with LCT) transclusions and replaces them with a working countdown. The LCT is similar to the {{Countdown}} template, however, the template may switch between the two when necessary.[ii]
Right now, this userscript is in a very basic state, so don't expect much.
Installation instructions
[edit]Hint: It's much easier if you get ScriptInstaller, then navigate to User:ToxiBoi/LiveCountdown.js and click "Install" at the top.
However, here's the manual method:
- Place
{{subst:iusc|User:ToxiBoi/LiveCountdown.js}}
on Special:MyPage/common.js or a skin-specific page, like Special:MyPage/vector.js. - Clear your cache and enjoy!
To-Do List
[edit]- Feel free to be bold and add anything to this section.
- Signing here is encouraged for discussions of items, but items themselves shouldn't be signed.
- Items that are
struckhave been implemented in the latest version of the script.
Allow more than one countdowns to be supportedAdd error handling for unknown parametersRight now, it only says NaN and the countdown freezes.
- Add a check to see if the countdown works, without invoking the script directly
- Maybe in a form of special page that the script will change?
Write TemplateData- Allow modification of {{Countdown}} displays
- Not done for now. This may not be possible, as the countdown isn't wrapped in any div or span nor even a class. It's added as a regular paragraph; therefore, a script cannot detect it via regular methods. If it DOES become wrappable in a tag other than "p", then it may even be hard to grab the end date from the display anyway. It's only stored in the module, and the module is pretty much done before the script kicks in. I may consider a non-Lua-based template; however, LCT is the best compatible version of this. –ToxiBoi! (contribs) 23:33, 16 April 2020 (UTC)
Allow wikitext/links to be entered in the "event" parameterRight now, wikitext is unparsed, forcing you to add HTML to the page.- Confirmed at User:ToxiBoi/sandbox. This is a potential security hole, so this is high-proirity. –ToxiBoi! (contribs) 04:21, 17 April 2020 (UTC)
Doing... I'll run the event through MediaWiki's API to parse, and then cut away all of the comments. –ToxiBoi! (contribs) 05:24, 17 April 2020 (UTC)- Done in v1.4.3. –ToxiBoi! (contribs) 05:40, 17 April 2020 (UTC)
- Extra: The v1.4.4 script does some basic XSS detection before the script attempts to start a countdown. Normally, MediaWiki would catch all of the XSS (I couldn't even add it in my sandbox properly ), but a bit of wool on top of obsidian never hurt in a game of BedWars! –ToxiBoi! (contribs) 10:21, 17 April 2020 (UTC)
- (And yes, I am aware that I am likely using the wrong initialism...)
- Extra: The v1.4.4 script does some basic XSS detection before the script attempts to start a countdown. Normally, MediaWiki would catch all of the XSS (I couldn't even add it in my sandbox properly ), but a bit of wool on top of obsidian never hurt in a game of BedWars! –ToxiBoi! (contribs) 10:21, 17 April 2020 (UTC)
TemplateData
[edit]This is the documentation for the corresponding template (LCT) to be used by VisualEditor and other tools.
TemplateData for LiveCountdownTemplate
When used in conjunction with the LiveCountdown userscript, displays a live countdown that refreshes the page on completion
Parameter | Description | Type | Status | |
---|---|---|---|---|
Tag | tag | The HTML tag to wrap the countdown around (for example, "b" or "small")
| Line | optional |
Event Name | event | The name of the event (to fill in the blank "there are 2 seconds until _____")
| String | suggested |
Custom Date | customdate | ADVANCED: add a custom date. Adding this parameter will override the other date parameters, but may likely prevent non-users from seeing your countdown. | String | optional |
Month | month | The month of when the countdown should disable. Can be a name (Dec, July) or a number (10, 2). | String | suggested |
Day | day | The day of when the countdown should disable. Can be a name (Dec, July) or a number (10, 2). | String | suggested |
Year | year | The year of when the countdown should disable (2020, 3000). | String | optional |
Time | time | The 24-hour time (12:00-24:00) when the countdown should disable. This cannot be shown to non-users. | String | optional |
Notes
[edit]- ^ a b c The userscript is presumed to work with this enabled, but it is impossible for the maintainers to test it (as of Thu, 16 Apr 2020 23:00:03 +0000). Proceed with caution.
- ^ The LCT checks its parameters to see if it could be referenced with the other {{Countdown}} template, and if so, it will display the Countdown template with an ad: (Tired of purging every few minutes? Try this userscript!)
If the countdown template errors in the process, a firewall would be shown, preventing users from seeing it without downloading the script: You must have the LiveCountdown userscript enabled to view this countdown.