Extension:AllTimeZones
From MediaWiki.org
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.1 (2012-04-12) | ||
MediaWiki | MW 1.17+ | ||
PHP | 5.2+ required | ||
Database changes | no | ||
License | GNU General Public License 3.0 | ||
Download |
README |
||
Example | timezone.png | ||
|
|||
|
|||
Translate the AllTimeZones extension if possible |
|||
Check usage and version matrix; code metrics |
The AllTimeZones extension lets you put dates in all timezones in a page.
Contents
Usage[edit | edit source]
<timezone time="Tuesday, April 3, 2012 11:06:46 PM" zone="Asia/Kolkata" />
Download[edit | edit source]
Please copy and paste the code found here and place it in $IP/extensions/AllTimeZones/
. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
Installation[edit | edit source]
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/AllTimeZones/AllTimeZones.php");