Help:InputBox
From Apache OpenOffice Wiki
See: Extension:InputBox
The InputBox extension can be used to add HTML forms to wiki pages. Users can "complete" a form (entering text, selecting menu items, etc.) by entering text into the box.
InputBoxes are constructed like this:
<inputbox>
type=
bgcolor=
width=
default=
preload=
editintro=
buttonlabel=
hidden=
searchbuttonlabel=
break=
namespaces=
prefix=
</inputbox>
The type parameter is mandatory (search, create, comment, commenttitle, fulltext). All other parameters are optional.