Manual:$wgCapitalLinkOverrides/ko
Appearance
| Page titles and redirects: $wgCapitalLinkOverrides | |
|---|---|
| Per namespace configuration for $wgCapitalLinks. |
|
| 이 변수가 소개된 버전: | 1.16.0 (r57558) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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.
$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.