Manual:$wgCapitalLinkOverrides/da
Page titles and redirects: $wgCapitalLinkOverrides | |
---|---|
Per namespace configuration for $wgCapitalLinks . |
|
Introduced in version: | 1.16.0 (r57558) |
Removed in version: | Still in use |
Allowed values: | (array) |
Default value: | [] |
Other settings: Alphabetical | By function |
Details
Per namespace configuration for $wgCapitalLinks
.
Example:
$wgCapitalLinkOverrides[ NS_FILE ] = false;
The setting for NS_MEDIA is taken automatically from NS_FILE.
Advarsel
- Some namespaces—Special, User and MediaWiki, and their associated talk namespaces—must be capitalized.
$wgCapitalLinkOverrides
will 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.