「テンプレート:ExtensionInstall」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(Per edit summary before my last - fix indentation)
(1版)
(相違点なし)

2014年4月14日 (月) 01:10時点における版

  • Download and extract the files in a directory called ExtensionInstall in your extensions/ folder. If you're a developer and this extension is in a Git repository, then instead you should clone the repository.
  • Add the following code at the bottom of your LocalSettings.php:
require_once( "$IP/extensions/ExtensionInstall/ExtensionInstall.php" );
  • Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Documentation icon Template documentation[create]