Extension:CommonMessages

From mediawiki.org
MediaWiki extensions manual
CommonMessages
Release status: stable
Implementation User interface
Description Allows a wikifarm to override messages from another wiki.
Author(s) Kunal Mehta (Legoktmtalk)
Latest version 0.0.1
MediaWiki
License GNU General Public License 3.0 or later
Download
Quarterly downloads 4 (Ranked 146th)
Translate the CommonMessages extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The CommonMessages extension allows a wikifarm to override messages from another wiki.

Installation[edit]

  • Download and move the extracted CommonMessages folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CommonMessages
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/CommonMessages/CommonMessages.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.