Namespaces: Manual:$wgMetaNamespace | |
---|---|
Name used for the project namespace. | |
Introduced in version: | pre 1.1.0 |
Removed in version: | still in use |
Allowed values: | (string),false |
Default value: | false |
Other settings: Alphabetical | By Function
Details
Edit
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 you will have problems. It is however ok to use spaces in $wgSitename.
Example
Edit
If you wanted to use a meta namespace of "Project", you would put in LocalSettings.php:
$wgMetaNamespace = 'Project';
See Also
Edit
Language: | English |
---|