Template:ExtensionInstall/en

From J-Fusion Wiki
Revision as of 20:50, 4 January 2026 by Plopilpy (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<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:}}]]