Loading...
 
Skip to main content

History: PluginShowpages

Source of version: 18 (current)

Copy to clipboard
            ! Plugin Show Pages
Use this ((wiki plugin)) to display a list of links to wiki pages with page names that match a search term supplied as a parameter. The name and/or description of the pages are listed.

!! Parameters
{pluginmanager plugin="showpages"}
!! Examples
!!! Both Name and Description
''This code:''
{CODE(colors="tiki")}
{showpages find="plugin" max="10"}
{CODE}
''Would produce on this site:''
{showpages find="plugin" max="10"}
!!! Only Description
''This code:''
{CODE(colors="tiki")}
{showpages find="plugin" max="10" display="desc"}
{CODE}
''Would produce on this site:''
{showpages find="plugin" max="10" display="desc"}
{REMARKSBOX(type="comment" title="Comment")}''The same 10 pages are listed here as in the first example, but here the list is a mix of page descriptions and page names because the parameter is set to list page descriptions but page names are still used for those pages without descriptions.''{REMARKSBOX}
!!Related pages
* ((PluginListPages)) - for more refined searches
* ((PluginTitleSearch)) - a similar plugin, but this one produces a table showing page hits and the user who last edited the page