Manual:$wgVectorUseSimpleSearch
Appearance
外装: $wgVectorUseSimpleSearch | |
---|---|
検索フォームの挙動 (ベクター外装のみ)。 |
|
導入されたバージョン: | 1.16.0 |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | true (1.22+)false (1.16-1.21) |
その他の設定: アルファベット順 | 機能順 |
詳細
検索フォームの挙動を制御します (ベクター外装のみ):
true
= アイコンの検索ボタンを使用しますfalse
= 分離した「表示」と「検索」のボタンを使用します。 Since MediaWiki 1.23, if JavaScript is enabled in the browser, only the Go button will be shown with$wgVectorUseSimpleSearch = false;
. If JavaScript is not enabled, then both buttons will be visible.