Manual:$wgStylePath/de

Category:MediaWiki configuration settings/de#StylePathCategory:MediaWiki configuration settings introduced in version 1.3.0/de#StylePathCategory:MediaWiki configuration settings still in use/de#StylePathCategory:Path variables/de#StylePath
Server-URLs und Dateipfade: $wgStylePath
Die URL des Themenverzeichnisses.
Eingeführt in Version:1.3.0
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(absoluter Pfad)
Standardwert:"{$wgScriptPath }/skins" (1.4+)

"{$wgScriptPath}/style" (1.3)

(Hinweis: The default value of this variable depends on other variables, such as the values set in Setup.php , after LocalSettings.php is executed)

Details

Die URL des Themenverzeichnisses. Von hier sagt MediaWiki dem Browser voher er die Stile laden soll. 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.

Siehe auch

Category:Path variables/de
Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.3.0/de Category:MediaWiki configuration settings still in use/de Category:Path variables/de