| Namespaces: $wgMetaNamespace | |
|---|---|
| Name used for the meta namespace. |
|
| Introduced in version: | pre 1.1.0 |
| Removed in version: | still in use |
| Allowed values: | (string) or false |
| Default value: | false |
| Other settings: Alphabetical | By function | |
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
- $wgSitename
- $wgMetaNamespaceTalk
- Manual:Namespace
- Manual:Configuration settings
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.