test

From Encyclopedia of Scientonomy
< Template:ExtensionInstallOld
Revision as of 04:32, 19 February 2016 by Hakob Barseghyan (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Download and place the file(s) in a directory called ExtensionInstallOld in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php:
// Use this line ONLY if your MediaWiki version is 1.25 or newer:
wfLoadExtension( 'ExtensionInstallOld' );
// Use this line ONLY if your MediaWiki version is older than 1.25:
require_once "$IP/extensions/ExtensionInstallOld/ExtensionInstallOld.php";
  • Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.