Plugin Title Search
This Wiki Plugin searches and displays page names which match with the specified search, optionally showing some more details on the result produced by the plugin.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:| Parameters | Values | Description |
|---|---|---|
| search | page name | only displays the pages with that "page name" anywhere in their title. Required. |
| info | hits|user | Optional data to show in a table next to the page title |
| exclude | page1|page2 | pages to be excluded from the list (in this example, page1 and page2 would be excluded) |
| noheader | 0 (default) |1 | By default a line showing indicating that this is the output of a search of that word is shown on top. if 1, no header is shown. |
Examples
This code,Plugin TITLESEARCH surrounded by a box
^{TITLESEARCH(search=>"Editorial Board Meeting 2008")/}^Would produce on this site:
No pages found for title search 'Editorial Board Meeting 2008'
And this other code:
{TITLESEARCH(search=>"Editorial Board Meeting 2008", info="hits|user", noheader="1")/}Produces on this site:
| Page | Hits | User |
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- PluginListPages - for more refined searches
- PluginShowpages - also searches on page names and lists page names and descriptions
