Extension:CountDownClock/fi

From mediawiki.org
This page is a translated version of the page Extension:CountDownClock and the translation is 11% complete.
MediaWikin laajennukset-ohje
CountDownClock
Julkaisustatus: beeta
Toteutus Jäsenninlaajennus
Kuvaus Allows to add a dynamic Countdown Clock to a page
Tekijä(t) Jay Prakash
Ylläpitäjä(t) Indic-TechCom
Viimeisin versio 1.0.0
MediaWiki >= 1.31.0
Lisenssi GNU General Public License 2.0 tai myöhempi
Lataa
Quarterly downloads 13 (Ranked 135th)
Voit kääntää CountDownClock-laajennuksen mikäli se on saatavilla translatewiki.netissä
Ongelmat Avoimet tehtävät · Raportoi ongelmasta

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

Esimerkki
  • {{#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 TehtyNavigate to Special:Version on your wiki to verify that the extension is successfully installed.