Template:ExtensionInstall

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/>

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/ExtensionInstall</tvar>|Download]] and move the extracted <tvar name=name>ExtensionInstall</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate><syntaxhighlight lang="bash" copy="1">cd extensions/

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

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

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

</syntaxhighlight>

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

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