Manual:$wgStyleDirectory
Appearance
| معرفات المواقع الموحدة للخوادم وكذا مسارات الملفات: $wgStyleDirectory | |
|---|---|
| The file system path to the skins directory. |
|
| أضيف في الإصدار: | 1.3.0 |
| حذف من الإصدار: | ما زال مستخدمًا |
| القيم المسموح بها: | (شكران) |
| القيمة الافتراضية: | null (1.38+)
"{$IP}/style" (1.3) |
| إعدادات أخرى: أبجدية | حسب الدالة | |
التفاصيل
The file system path to the skins directory. 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— the URL for skins.$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.