手册:$wgNamespacesToBeSearchedHelp
此功能已在版本1.24.0中完全移除。 |
命名空间: $wgNamespacesToBeSearchedHelp | |
---|---|
Namespaces to be searched when user clicks the "Help" tab on Special:Search |
|
引进版本: | 1.16.0 (r50207) |
移除版本: | 1.24.0 (Gerrit change 132965; git #1cb1ac62) |
允许的值: | (参见下方) |
默认值: | (参见下方) |
其他设置: 按首字母排序 | 按功能排序 |
详情
Namespaces to be searched when user clicks the "Help" tab on Special:Search with the new search interface ($wgUseOldSearchUI = false;
).
与$wgNamespacesToBeSearchedDefault
的格式相同。
To have a working search header you have to take care of a few things:
- Namespaces you set in
$wgNamespacesToBeSearchedHelp
should not be set in$wgNamespacesToBeSearchedDefault
.
- Otherwise it will display the NS Selector under "Content pages"
- The order of the set namespaces in the array is important! Be sure to set them in the order of the namespace number.
所以举个例子:帮助不在项目前面。
- Otherwise clicking "Help and Project pages" takes you to "Advanced"
默认值
$wgNamespacesToBeSearchedHelp = [
NS_PROJECT => true,
NS_HELP => true,
];