Manual:$wgMetaNamespace
Outdated translations are marked like this.
Namespaces: $wgMetaNamespace | |
---|---|
نامی را برای عنوان پروژه در نظر میگیرد. |
|
معرفی شده در نسخه: | Before 1.1.0 |
حذف شده در نسخه: | هنوز در حال استفاده است |
مقادیر مجاز: | (string) or false |
مقدار پیشفرض: | false |
سایر تنظیمات: بر اساس حروف الفبا | بر اساس عملکرد |
جزئیات
The name of the meta namespace (also known as the project namespace), used for pages regarding the wiki itself. اگر بر روی false تنظیم شود، مقدار داده شده بر روی $wgSitename اعمال میشود. 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 .
مثال
To use "Project" as the name of the meta namespace, the following code can be added to LocalSettings.php :
$wgMetaNamespace = 'Project';