Jump to content

Manual:$wgCapitalLinkOverrides/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgCapitalLinkOverrides and the translation is 10% complete.
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. $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.