Extension:CountDownClock
Jump to navigation
Jump to search
CountDownClock Release status: beta |
|
---|---|
Implementation | Parser extension |
Description | Allows to add Dynamic Count Down Clock in Wikipage |
Author(s) | Indic-TechCom |
Latest version | 1.0 |
MediaWiki | 1.29+ |
License | GNU General Public License 2.0 or later |
Download | |
Translate the CountDownClock extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
This extension adds countDownClock parser function.
Usage[edit]
Add {{#countDownClock:endTime}} in wikipage where you want the clock.
Here endTime is a parameter for declare end time of the clock. Its format is YYYY-MM-DD HH:MM:SS
Example:
- {{#countDownClock:2019-01-05 15:37:25}}
Installation[edit]
- Download and place the file(s) in a directory called
CountDownClock
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'CountDownClock' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.