Search
Visitors will use your search as initial navigation to save time (if the search box is immediately visible) or as a last resort before they leave your wiki. Unfortunately, it's located by default in the top/right corner of the wiki layout and there is no comfortable way to place it in the side menu.
A search box on the start page will help returning visitors find the page they are looking for.
Search Module
The Search module can be used to create a search box on any page as below :
This is accomplished using this wiki syntax :
[[module Search]]
For more info, see Search Module.
Top Search Box
The Top Search Box is the search box which is normally located in the top / right of the wiki page.
CSS
Selector | Tag | Description | Example |
---|---|---|---|
#search-top-box | <div> | contains entire search box | #search-top-box {background-color:#f00;padding:0.5em;} |
#search-top-box-form | <form> | search form | #search-top-box-form { background-color:#f0f; padding:0.5em;} |
#search-top-box-input | <input type="text"> | text field | search-top-box-input { background-color:#0f0; padding:0.2em;} |
#search-top-box-form input.button | <input type="submit> | button | #search-top-box-form input.button {background-color:#f0f;} |
Related Pages
Categories: Content : Navigation : Wiki Guide |