Jump to content

手册:$wgNamespacesToBeSearchedProject

From mediawiki.org
This page is a translated version of the page Manual:$wgNamespacesToBeSearchedProject and the translation is 100% complete.
命名空间: $wgNamespacesToBeSearchedProject
将添加到“项目”默认搜索中的其他命名空间
引进版本:1.14.0​(r43595
移除版本:1.16.0
允许的值:参见下方
默认值:参见下方

细节

除了$wgNamespacesToBeSearchedDefault 中的命名空间之外,还将添加其他命名空间到包含“项目”页面的默认搜索中。

$wgNamespacesToBeSearchedDefault 的格式相同。

默认值

$wgNamespacesToBeSearchedProject = array(
	NS_USER           => true,
	NS_PROJECT        => true,	
	NS_HELP           => true,
	NS_CATEGORY       => true,
);