Template:ExtensionInstall/en: Difference between revisions

From J-Fusion Wiki
Jump to navigationJump to search
Updating to match new version of source page
 
m 1 revision imported
 
(No difference)

Latest revision as of 20:50, 4 January 2026

<languages/>

  • Download and move the extracted ExtensionInstall folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:<syntaxhighlight lang="bash" copy="1">cd extensions/

git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ExtensionInstall</syntaxhighlight>

  • Add the following code at the bottom of your LocalSettings.php file: <syntaxhighlight lang="php" copy="1">

require_once "$IP/extensions/ExtensionInstall/ExtensionInstall.php";

</syntaxhighlight>

  • checkY <translate> Done</translate> – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

[[Category:Installation guide templates{{#translation:}}]]