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) | ||
| Last version | 0.1 (2012-04-12) | ||
| MediaWiki | MW 1.17+ | ||
| PHP | 5.2+ required | ||
| Database changes | no | ||
| License | GPL3 | ||
| Download |
README |
||
| Example | timezone.png | ||
|
|||
|
|||
| Check usage and version matrix | |||
The AllTimeZones extension lets you put dates in all timezones in a page.
Contents |
Usage [edit]
<timezone time="Tuesday, April 3, 2012 11:06:46 PM" zone="Asia/Kolkata" />
Download [edit]
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]
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/AllTimeZones/AllTimeZones.php");