Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Manual:$wgNamespacesToBeSearchedDefault

From mediawiki.org
Translate this page
Languages:
Search: $wgNamespacesToBeSearchedDefault
Which namespaces should be searched?
Introduced in version:Before 1.1.0
Removed in version:Still in use
Allowed values:see below
Default value:see below
Other settings:Alphabetical |By function

Details

[edit]

The variable holds an array of namespaces, indicating which namespaces are enabled for searching by default.The array is indexed by thenamespace constant.Namespaces not added will not be searched by default.

Default value

[edit]
MediaWiki version:
1.5
$wgNamespacesToBeSearchedDefault=[NS_MAIN=>true,];
MediaWiki version:
1.4
$wgNamespacesToBeSearchedDefault=array(-1=>0,0=>1,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,7=>0,8=>0,9=>0,10=>0,11=>0);
MediaWiki version:
1.3
$wgNamespacesToBeSearchedDefault=array(-1=>0,0=>1,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,7=>0,8=>0,9=>1,10=>0,11=>1);
MediaWiki versions:
1.1 – 1.2
$wgNamespacesToBeSearchedDefault=array(-1=>0,0=>1,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,7=>0);

Adding namespaces

[edit]

To add other namespaces you just add this to yourLocalSettings.php file, e.g. for the project namespace:

$wgNamespacesToBeSearchedDefault[NS_PROJECT]=true;

Effect of adding/removing namespace

[edit]
MediaWiki version:
1.16

In MediaWiki 1.16 and later, adding or removing namespace will apply to all users.

MediaWiki version:
1.15

In MediaWiki 1.15 and prior, adding or removing namespace will only affect anonymous users and accounts createdafter the change.

Retrieved from "https://www.mediawiki.org/w/index.php?title=Manual:$wgNamespacesToBeSearchedDefault&oldid=7678152"
Categories:

[8]ページ先頭

©2009-2025 Movatter.jp