Plugin Show Pages
This Wiki Plugin displays a list of links to wiki pages with pagenames that match a search term supplied as a parameter. The name and/or decription of the pages are listed.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:
{SHOWPAGES(find=> , max=> , display=> name|desc) /}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| find | any text string | none | This is the search term that is matched against all wiki page names on the site | y | |
| max | positive integer | none (all matching pages listed) | Limits the number of pages shown in the list to this amount | n | |
| display | name or desc |
Both the name and description of the matching pages are shown in the list if this parameter is left blank | Set to name to show only the page name as the link text in the list. Set to desc to show only the page descriptions, but the page name will be shown for pages where there is no description. |
n |
Examples
Both Name and Description
This code,
{SHOWPAGES(find=>plugin, max=>10,) /}Would produce on this site:
All Plugins
Google page map plugin
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
Plugin Alias
Plugin Help
Plugin Security
Plugin Tracker Advanced - Advanced use cases for PluginTracker
PluginAddToCart - Display a button for adding items to the shopping cart
PluginAgentinfo - Show user's browser and server information
Only Description
This code,
{SHOWPAGES(find=>plugin, max=>10, display=>desc) /}Would produce on this site:
All Plugins
Google page map plugin
Mods Type Wikiplugins
Contains language common to module and plugin pages that can be called through an include as well as icons and images
Plugin Alias
Plugin Help
Plugin Security
Advanced use cases for PluginTracker
Display a button for adding items to the shopping cart
Show user's browser and server information
Related pages
- Wiki Plugin
- Mods Type Wikiplugins
- 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
Contributors to this page: lindon
.
Page last modified on Sunday 04 July, 2010 01:00:41 UTC by lindon
.
