Manual:$wgMetaNamespace/pt-br

Category:MediaWiki configuration settings/pt-br#MetaNamespaceCategory:MediaWiki configuration settings introduced before version 1.1.0/pt-br#MetaNamespaceCategory:MediaWiki configuration settings still in use/pt-br#MetaNamespaceCategory:Namespace variables/pt-br#MetaNamespace
Espaços nominais: $wgMetaNamespace
Name used for the meta namespace.
Introduzido na versão:Before 1.1.0
Removido na versão:ainda em uso
Valores permitidos:(string) or false
Valor padrão:false

Details

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 .

Example

To use "Project" as the name of the meta namespace, the following code can be added to LocalSettings.php:

$wgMetaNamespace = 'Project';

See also

Category:MediaWiki configuration settings/pt-br Category:MediaWiki configuration settings introduced before version 1.1.0/pt-br Category:MediaWiki configuration settings still in use/pt-br Category:Namespace variables/pt-br