Manual:$wgCapitalLinkOverrides/da

From Linux Web Expert

<translate> Page titles and redirects</translate>: $wgCapitalLinkOverrides
Per namespace configuration for $wgCapitalLinks .
<translate> Introduced in version:</translate>1.16.0 (r57558)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>[]

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.