Manual:$wgStyleDirectory
サーバー URL とファイル パス: $wgStyleDirectory | |
---|---|
外装ディレクトリへのファイルシステム パス。 |
|
導入されたバージョン: | 1.3.0 |
除去されたバージョン: | 使用中 |
許容される値: | (相対パス) |
既定値: | null (1.38+)
"{$IP }/style" (1.3) |
その他の設定: アルファベット順 | 機能順 |
詳細
外装ディレクトリのファイルシステム パスです。 This controls where MediaWiki will look for skin files on the server itself.
Set to
"{$IP}/skins"
by Setup.php before loading local settings.Ignored when the exact path to a particular skin's
.json
configuration file is given to the wfLoadSkin()
function.
- Example:
wfLoadSkin( 'Vector2', '/path/to/Vector2/skin.json' );
関連項目
- $IP
$wgStylePath
— 外装の URL。$wgExtensionDirectory
— the file system path for loading extensions.$wgExtensionAssetsPath
— the URL for extension asset files.- Skins allow users to customize the look and feel of MediaWiki:
- Manual:Extension registration — instructions for both building and loading skins and extensions.