Manual:$wgNonincludableNamespaces/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgNonincludableNamespaces and the translation is 11% complete.
Languages:
| Access: $wgNonincludableNamespaces | |
|---|---|
| Use this to deny inclusion of pages from specific namespaces. |
|
| 이 변수가 소개된 버전: | 1.10.0 (r19934) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array of numeric namespace IDs or namespace constants) |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Pages in namespaces in this array cannot be used as templates. Elements must be numeric namespace IDs or namespace constants. Among other things, this may be useful to enforce read-restrictions that may otherwise be bypassed by using the template mechanism. Blocking the file namespace does not block the images from being included.
$wgNonincludableNamespaces[] = 3000;
or
$wgNonincludableNamespaces[] = NS_CUSTOM;