Loading...
 
Skip to main content
Find pages by searching within page names

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

Deprecated: Use PluginListPages instead. Find pages by searching within page names.
Introduced in Tiki 1. Required parameters are in bold.
Go to the source code
Preferences required: wikiplugin_showpages

Parameters Accepted Values Description Default Since
find Search criteria 1
max int Maximum amount of results displayed. 1
display (blank)
name
desc
name|desc
Display page name and/or description. Both displayed by default. name|desc 1

Examples

Both Name and Description

This code:

Copy to clipboard
{showpages find="plugin" max="10"}

Would produce on this site:

Only Description

This code:

Copy to clipboard
{showpages find="plugin" max="10" display="desc"}

Would produce on this site:

  • 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

Created by lindon. Last Modification: Saturday 19 February, 2022 12:43:14 UTC by Volker Wysk.