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:
- All Plugins
- Community Plugins
- Editing and Plugins General Settings
- Google page map plugin
- HomePage Plugins
- List of Wiki Plugins
- Lista de Wiki Plugins
- Mods Type Wikiplugins
- Module and Plugin Includes - Contains language common to module and plugin pages that can be called...
- Payment Plugins
Only Description
This code:
Copy to clipboard
{showpages find="plugin" max="10" display="desc"}
Would produce on this site:
- All Plugins
- Community Plugins
- Editing and Plugins General Settings
- Google page map plugin
- HomePage Plugins
- List of Wiki Plugins
- Lista de Wiki Plugins
- Mods Type Wikiplugins
- Module and Plugin Includes - Contains language common to module and plugin pages that can be called...
- Payment Plugins
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.
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