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
Find pages by searching within page namesIntroduced 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:
{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 through an include as well as icons and images
Payment Plugins
Only Description
This code:
{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
Contains language common to module and plugin pages that can be called through an include as well as icons and images
Payment Plugins
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