Page titles and redirects: $wgCapitalLinks | |
---|---|
Set this to false to avoid forcing the first letter of links to capitals. | |
Introduced in version: | 1.2.4 (r2973) |
Removed in version: | Still in use |
Allowed values: | (boolean) |
Default value: | true |
Other settings:Alphabetical |By function |
Set this tofalse
to avoid forcing the first letter of page titles (including included pages, images, and categories) to capitals.
Links appearing with a capital at the beginning of a sentence willnot go to the same place as links in the middle of a sentence using a lowercase initial; typically, the former has to become a link with a separate display title (e.g.,[[Page|page]]
).After setting this tofalse
, run thecleanupCaps.php maintenance script to fix the existing links that will be broken.
$wgCapitalLinkOverrides
can override this setting on a per namespace basis.