메뉴얼:$wgMetaNamespace
Outdated translations are marked like this.
Namespaces: $wgMetaNamespace | |
---|---|
프로젝트 이름 공간을 위해 사용되어지는 명칭. |
|
이 변수가 소개된 버전: | Before 1.1.0 |
이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
허용값: | (문자열) 또는 false |
기본값: | false |
기타 설정: 알파벳 순 | 기능별 순 |
자세한 설명
The name of the meta namespace (also known as the project namespace), used for pages regarding the wiki itself. If set to false, the value of $wgSitename is assumed. An alias for this namespace is "Project". The associated talk namespace is specified by $wgMetaNamespaceTalk .
Be sure to use underscores instead of spaces, otherwise there will be problems. It is however possible to use spaces in $wgSitename .
예시
To use "Project" as the name of the meta namespace, the following code can be added to LocalSettings.php :
$wgMetaNamespace = 'Project';