Extension:Date Formatter
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
Date Formatter Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | Refactors unlinked dates according to the user's preference |
Author(s) | |
Latest version | 1.0 |
MediaWiki | 1.7 |
License | BSD 2-clause "Simplified" License |
Download | |
date |
|
Translate the Date Formatter extension if it is available at translatewiki.net | |
Summary
[edit]Date Formatter supports refactoring of free dates according to the user's preference. This works on unlinked dates, as opposed to the built-in refactoring module, and utilises a separate class.
Installation
[edit]As is standard with other MediaWiki extensions, you may install this extension by extracting the extension in the extensions
folder and adding
require_once("$IP/extensions/FormatDates/FormatDates.php" );
Usage
[edit]To make use of the extension, when editing a page, include <date></date> tags containing free dates into the text. For instance:
On <date>January 1, 2007</date>, which is the same day of the year as <date>1 January 2006</date> was, at least, in respect of being <date>January 1</date>...
When the page is rendered, these dates will be detected and refactored according to the date preference of the viewing user. If no preference is specified ("no preference"), no refactoring will take place.
Development
[edit]It is intended that the extension's development will continue to be hosted here. Until the source code can be migrated from MediaWiki's Subversion server to its Git server, you may follow and contribute to the extension's development at GitHub.