手册:$wgVectorUseSimpleSearch

This page is a translated version of the page Manual:$wgVectorUseSimpleSearch and the translation is 78% complete.
皮肤: $wgVectorUseSimpleSearch
Vector皮肤下搜索表单的外观。
引进版本:1.16.0
移除版本:仍在使用
允许的值:(布尔值)
默认值:true (1.22+)
false (1.16-1.21)

细节

仅控制Vector皮肤搜索表单的外观:

  • true = 使用一个搜索图标按钮
  • false = 使用分开的 "Go" 和 "Search" 按钮。 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.