Extension:WikimediaMessages

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
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 Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

Adds Wikimedia specific messages and grammar, as well as Wikimedia specific overrides for license related messages

Setting $wgWikimediaLicenseTexts to true in LocalSettings.php will also enable localisable licence text related messages. This functionality was initially developed for Wikimedia Commons.

[edit] Installation

Add the following text to your LocalSettings.php, optionally omitting the first line.

$wgWikimediaLicenseTexts = true;
require_once("$IP/extensions/WikimediaMessages/WikimediaMessages.php");

This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.