Manual:$wgMetaNamespace/it

Category:MediaWiki configuration settings/it#MetaNamespaceCategory:MediaWiki configuration settings introduced before version 1.1.0/it#MetaNamespaceCategory:MediaWiki configuration settings still in use/it#MetaNamespaceCategory:Namespace variables/it#MetaNamespace
Namespace: $wgMetaNamespace
Nome usato per il namespace del progetto.
Introdotto nella versione:Before 1.1.0
Rimosso nella versione:Still in use
Valori concessi:(string) or false
Valore predefinito:false

Dettagli

Il nome del meta namespace (anche conosciuto come namespace del progetto), usato per pagine che riguardano la wiki. If set to false, the value of $wgSitename is assumed. Un alias per questo namespace è "Progetto". 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 .

Esempio

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

$wgMetaNamespace = 'Project';

Vedi anche

Category:MediaWiki configuration settings/it Category:MediaWiki configuration settings introduced before version 1.1.0/it Category:MediaWiki configuration settings still in use/it Category:Namespace variables/it