Handbuch:$wgNonincludableNamespaces

This page is a translated version of the page Manual:$wgNonincludableNamespaces and the translation is 38% complete.
Zugang: $wgNonincludableNamespaces
Use this to deny inclusion of pages from specific namespaces.
Eingeführt in Version:1.10.0 (r19934)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(array of numeric namespace IDs or namespace constants)
Standardwert:[]

Details

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.

$wgNonincludableNamespaces[] = 3000;

oder

$wgNonincludableNamespaces[] = NS_CUSTOM;