Manual:$wgStylePath

This page is a translated version of the page Manual:$wgStylePath and the translation is 23% complete.
معرفات المواقع الموحدة للخوادم وكذا مسارات الملفات: $wgStylePath
The URL of the skins directory.
أضيف في الإصدار:1.3.0
حذف من الإصدار:لا يزال مستخدم
القيم المسموح بها:(absolute path)
القيمة الافتراضية:"{$wgScriptPath }/skins" (1.4+)

"{$wgScriptPath}/style" (1.3)

(ملحوظة: تعتمد القيمة الافتراضية لهذا المتغير على متغيرات أخرى، مثل القيم المضبوطة في Setup.php بعد تنفيذ LocalSettings.php .)

التفاصيل

The URL of the skins directory. This is where MediaWiki tells the browser to get the styles from. This settings became less important or - depending on setup and the skin used - it even became useless for MediaWiki 1.17+, where styles are generally loaded through ResourceLoader modules.

For wiki families with multiple languages, it may be a good idea to set this URL, in all your wiki languages, to just one directory or server. That way the browser will only have to load the CSS once for every wiki.
If you change where on your filesystem the skins directory is, you may also have to change $wgStyleDirectory . $wgStylePath only controls where the browser gets the styles from, not where MediaWiki looks for the style files.

انظر أيضا