Template:New extension

From mediawiki.org
MediaWiki extensions manual
{{:}}
Release status: unknown
MediaWiki
License No license specified
Download Lua error in Module:Extension at line 600: AutoDownload: Could not find ExtensionJson data.
Translate the New extension extension if it is available at translatewiki.net

The {{:}} extension does ...

Installation[edit]

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