Template: Search
[checked revision] | [checked revision] |
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div> | <div {{#if: {{{style|}}} | style="{{{style}}}" }}> | ||
{{#tag:inputbox| | {{#tag:inputbox| | ||
bgcolor=transparent | bgcolor=transparent | ||
type= | type=search2 | ||
prefix={{{root|{{FULLPAGENAME}}}}}{{#switch:{{{noslash}}}|yes=|no=/|{{{noslash}}}=/}} | prefix={{{root|{{FULLPAGENAME}}}}}{{#switch:{{{noslash}}}|yes=|no=/|{{{noslash}}}=/}} | ||
break={{{search-break|no}}} | break={{{search-break|no}}} | ||
{{#ifeq:{{{search-width|}}}|auto|| | {{#ifeq:{{{search-width|}}}|auto|| | ||
width={{{search-width| | width={{{search-width|20}}} }} | ||
{{#ifeq:{{{search-height|}}}|auto|| | |||
height={{{search-height|30}}} }} <!-- Added height parameter --> | |||
}} | buttonlabel=Search | ||
}} | |||
</div> | </div> |