Extension:CommonMessages

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 1 (Ranked 170th)
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.

InstallationEdit

  • Download and place the file(s) in a directory called CommonMessages in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    require_once "$IP/extensions/CommonMessages/CommonMessages.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.