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.
Warning
- 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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.