Extension:WikimediaMessages
From MediaWiki.org
|
WikimediaMessages Release status: stable |
|||
|---|---|---|---|
| Implementation | User interface | ||
| Description | Adds Wikimedia specific messages and grammar, as well as Wikimedia specific overrides for license related messages | ||
| Author(s) | Tim Starling, Siebrand Mazeland | ||
| MediaWiki | 1.16.x or higher | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
|
|||
| Check usage and version matrix | |||
| Bugs: list open list all report | |||
Adds Wikimedia specific messages and grammar, as well as Wikimedia specific overrides for license related messages.
Installation [edit]
Add the following text to your LocalSettings.php:
require_once( "$IP/extensions/WikimediaMessages/WikimediaMessages.php" );
License texts [edit]
To enable localisable licence text related messages (initially developed for Wikimedia Commons), require the WikimediaLicenseTexts.php file from LocalSettings.php as well:
require_once( "$IP/extensions/WikimediaMessages/WikimediaLicenseTexts.php" );
Before 2009 the license texts module could be loaded by setting $wgWikimediaLicenseTexts to true in LocalSettings.php
| This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
| Language: | English • Deutsch • 日本語 • русский |
|---|