test

From Encyclopedia of Scientonomy
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.