Jump to content

Extension:WikimediaCustomizations

From mediawiki.org
MediaWiki extensions manual
WikimediaCustomizations
Release status: experimental
Implementation User access , User interface, Locale
Description Wikimedia-specific hooks, messages and other size customizations.
Author(s) Tgr (WMF)talk
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
  • $wgWMCPrivilegedGlobalGroups
  • $wgWMCNoReferrerDomains
  • $wgWMCAttributionBrandmarkUrl
  • $wgWMCPrivilegedPasswordPolicy
  • $wgWMCBadEmailDomainsFile
  • $wgWMCGlobalGroupToRateLimitClass
  • $wgWMCPrivilegedGroups
  • $wgWMCDiscord
  • $wgWMCEmailAuthEnforce
Licence GNU General Public License 2.0 or later
Download
Translate the WikimediaCustomizations extension if it is available at translatewiki.net
Vagrant role wikimediacustomizations
Issues Open tasks · Report a bug

The WikimediaCustomizations extension is a catch-all for Wikimedia-specific classes, hooks, messages, maintenance scripts etc; anything that's too small to be worth a dedicated extension.

See T401939 for more context.

Installation

[edit]
  • Download and move the extracted WikimediaCustomizations 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/WikimediaCustomizations
    
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikimediaCustomizations' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

[edit]