Extension:AllTimeZones

From mediawiki.org
MediaWiki extensions manual
AllTimeZones
Release status: stable
Implementation Tag
Description Lets you put dates in all timezones in a page
Author(s) Nischay Nahata (Nischayn22talk)
Latest version 0.2.0 (2014-03-31)
MediaWiki 1.17+
PHP 5.3+
Database changes No
License GNU General Public License 3.0 only
Download
README
  • ‎<timezone>
Quarterly downloads 6 (Ranked 144th)
Translate the AllTimeZones extension if it is available at translatewiki.net

The AllTimeZones extension lets you put dates in all timezones in a page.

Usage[edit]

<timezone time="Tuesday, April 3, 2012 11:06:46 PM" zone="Asia/Kolkata" />

Installation[edit]

  • Download and move the extracted AllTimeZones 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/AllTimeZones
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AllTimeZones' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


See also[edit]