Handbuch:$wgCapitalLinkOverrides
Appearance
| Seitentitel und Weiterleitungen: $wgCapitalLinkOverrides | |
|---|---|
| Per namespace configuration for $wgCapitalLinks. |
|
| Eingeführt in Version: | 1.16.0 (r57558) |
| Entfernt in Version: | Weiterhin vorhanden |
| Erlaubte Werte: | (Array) |
| Standardwert: | [] |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
Per namespace configuration for $wgCapitalLinks.
Beispiel:
$wgCapitalLinkOverrides[ NS_FILE ] = false;
The setting for NS_MEDIA is taken automatically from NS_FILE.
Warning
- Some namespaces—Special, User and MediaWiki, and their associated talk namespaces—must be capitalized.
$wgCapitalLinkOverrideswill not affect them.
- Since Talk namespaces need to directly mirror their associated subject namespaces, the values for those are ignored in favor of the subject namespace's setting.