PluginTag

Allows you to insert any of the JSPWikiPluginsBcc195432.431-43331.431.4ec88.19809.2Bxss.meEsiInclude src=HttpBxss.meRpb.pngs directly into the template.


Usage#

<wiki:Plugin plugin="<plugin class>" args="<argument string>" />

Parameters#

plugin
The fully-fledged class name of the plugin. If the plugin is one of the standard plugins that come with the JSPWiki distribution OR it's package name has been added to jspwiki.properties (see jspwiki.plugin.searchPath), then you can use also the class name directly.
args
The argument string to the plugin, as if you were giving it on the page itself.

Example#

<wiki:Plugin plugin="Counter" args="name='foo'" />

Inserts the CounterPlugin, with its name set to 'foo'.

Discussion: #

This tag could be removed or deprecated, it is rarely used and if so the Translate tag:

<wiki:Translate>[{Counter name='foo'}]</wiki:Translate>

is sufficient and directly corresponding to the wiki formatting rules.


See: JSPWikiTags


Category.Tags