Extension:CountDownClock

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
CountDownClock
Release status: betaCategory:Beta status extensions
Implementation Parser extension Category:Parser extensions
Description Allows to add a dynamic Countdown Clock to a page
Author(s) Jay Prakash
Maintainer(s) Indic-TechCom
Latest version 1.0.0
MediaWiki >= 1.31.0
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 3 (Ranked 93rd)
Translate the CountDownClock extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The CountDownClock extension allows to add a dynamic Countdown Clock by providing the countDownClock parser function.

Usage

Add {{#countDownClock:endTime}} in wikipage where you want the clock.

Here endTime is a parameter for declaring the end time of the clock. Its format is YYYY-MM-DD HH:MM:SS

Example
  • {{#countDownClock:2019-01-05 15:37:25}}

Installation

  • Download and move the extracted CountDownClock folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CountDownClock
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CountDownClock' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Beta status extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser extensions