Plugin Plugin Manager
Use this wiki plugin to display information about plugins and modules included on the site. All plugins or modules may be listed with a description, parameters and/or parameter information for each. A single plugin/module or range of plugins/modules can be displayed. Special formatting for a single plugin/module is also available.
See all plugins for a page listing plugins for past versions and linking to the relayed documentation page.
Parameters
Introduced in Tiki 1.Preferences required: wikiplugin_pluginmanager
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
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 | |
module |
text | 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 | |
plugin |
text | 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 | |
start |
digits | Start with this plugin record number (must be an integer 1 or greater). | 5.0 | |
paramtype |
alpha | Only list parameters with this doctype setting. Set to none to show only
parameters without a type setting and the body instructions. |
15.0 | |
singletitle |
(blank) top table |
Set placement of plugin name and description when displaying information for only one plugin | none | 5.0 |
titletag |
alnum | Sets the heading size for the title, e.g., h2 . |
h3 | 5.0 |
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 | 1 |
showparamtype |
(blank) y n |
Show the parameter doctype value. |
15.0 | |
showtopinfo |
(blank) y n |
Show information above the table regarding preferences required and the first version when the plugin became available. Shown by default. | 15.0 |
Examples
List plugins with description
This code:
{pluginmanager info="description" limit="5"}
Would produce on this site:
Plugin | Description |
---|---|
Activitystream | Create a social network activity stream. |
Addfreetag | Provide an input field for adding a tag to an object |
Addreference | Add a bibliography reference. |
Addrelation | Provide a button to toggle a pre-specified relation. |
Addtocart | Add a product to the shopping cart. |
Range of plugins with detail info
This code:
{pluginmanager info="parameters|paraminfo" plugin="js-lang"}
Would produce on this site:
Required parameters are in bold
Plugin | Parameters | Parameter Info |
---|---|---|
Js | file |
JavaScript filename |
lateload |
Late load, use headerlib Options: | y | n |
|
Kaltura | id |
Kaltura ID of the video to be displayed, or leave empty to show a button to allow users to add a new one. |
player_id |
Kaltura Dynamic Player (KDP) user interface configuration ID Options: | 23583451 | 13412472 | 7693591 | 7668631 | 7645931 | 7645941 |
|
width |
Width of the player in pixels or percent | |
height |
Height of the player in pixels or percent | |
align |
Alignment of the player Options: | left | center | right |
|
float |
Alignment of the player using CSS float Options: | left | right |
|
add_button_label |
Text to display on button for adding new media. | |
type |
Set player type Options: kdp | html5 |
|
Lang | lang |
List of languages for which the block is displayed. Languages use the two letter
language codes (ex: en, fr, es, ...). Use + to separate multiple languages. |
notlang |
List of languages for which the block is not displayed. Languages use the two
letter language codes (ex: en, fr, es, ...). Use + to separate multiple languages. |