Plugin PluginManager
This plugin was refactored in Tiki5This Wiki Plugin displays information about plugins included on the site. All plugins may be listed with a description, parameters and/or parameter information for each. Starting with Tiki 5.0, a single plugin or range of plugins can be displayed. Special formatting for a single plugin is also available with 5.0.
See all plugins for a page listing plugins for past versions and linking to the relayed documentation page.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:With version 5.0
{PLUGINMANAGER(info= , plugin= , singletitle= , titletag= , start= , limit= )}{PLUGINMANAGER}Required parameters are in bold
Preferences required: wikiplugin_pluginmanager
| Parameters | Accepted Values | Description | Default | Since |
| info | One or more of: description | parameters | paraminfo | Determines what information is shown. Values separated with | . Ignored when singletitle is set to top or none. | description | parameters | paraminfo | |
| plugin | any string except for HTML and PHP tags | Name of a plugin (e.g., backlinks), or list separated by |, or range separated by "-". Single plugin can be used with limit parameter. | 5.0 | |
| module | any string except for HTML and PHP tags | Name of a module (e.g., calendar_new), or list separated by |, or range separated by "-". Single module can be used with limit parameter. | 6.1 | |
| singletitle | top table |
Set placement of plugin name and description when displaying information for only one plugin | none | 5.0 |
| titletag | any string except for HTML and PHP tags | Sets the heading size for the title, e.g., h2. | h3 | 5.0 |
| start | digits | Start with this plugin record number (must be an integer 1 or greater). | 5.0 | |
| limit | digits | Number of plugins to show. Can be used either with start or plugin as the starting point. Must be an integer 1 or greater. | 5.0 |
The table of parameters above was produced using PluginManager. Look at the source of this page to see how.
Examples
List plugins with description
This code,{PLUGINMANAGER(info=>description limit=5)}{PLUGINMANAGER}Would produce on this site:
| Plugin | Description |
| Addfreetag | Add a single freetag to specified object |
| Addrelation | Displays a simple button that toggles i.e. adds or removes a pre-specified relation. |
| Addtocart | Adds a product to the virtual cart. The cart can be manipulated using the cart module. |
| Addtogooglecal | Add a calendar item to a Google calendar |
| Adjustinventory | Modifies inventory of a product |
Range of plugins with detail info
This code,{PLUGINMANAGER(info=>parameters|paraminfo plugin=js-lang)}{PLUGINMANAGER}Would produce on this site:
Required parameters are in bold
| Plugin | Parameters | Parameter Info |
| Js | file | JavaScript filename |
| Kaltura | id | Kaltura entry ID of the video to be displayed |
| Lang | lang | List of languages for which the block is displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs. |
| notlang | List of languages for which the block is not displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs. |
Related pages
Plugin Manager
