Manual:$wgExtensionDirectory

This page is a translated version of the page Manual:$wgExtensionDirectory and the translation is 60% complete.
サーバー URL とファイル パス: $wgExtensionDirectory
拡張機能ディレクトリのファイル システム パス。
導入されたバージョン:1.25.0 (Gerrit change 209216; git #cf2678e2)
除去されたバージョン:使用中
許容される値:(相対パス)
既定値:null (1.38+)
"{$IP }/extensions" (1.25-1.37)

詳細

拡張機能ディレクトリのファイル システム パス (相対パス) です。 This controls where MediaWiki will look for extensions on the server itself.

This is set to "{$IP}/extensions" by Setup.php before loading local settings.
Ignored when the exact path to a particular template's .json configuration file is given to the wfLoadTemplate() function.
例: wfLoadTemplate( 'TemplateName', '/path/to/TemplateName/template.json' );

関連項目