JQPLUGINS -- display a summary of available plugins 
  Parameters 
                  
	
		
			| Parameter | Description | Default | 
	     
	
		
			| "plugins" | this is a regular expression that the plugin identifier must match to be displayed |  | 
		
			| format | format string to render information for each matching plugin; known variables to be used in the format string are:           $activestate of the plugin: displays (active) when this plugin is loaded on the current page $authorauthor of the plugin $documentationplugin documentation topic defaults to%SYSTEMWEB%.JQuery$name $homepagelink to the hompeage of this third party plugin $indexthe current index in the list of all plugins being displayed $namename of the plugin as can be used in JQREQUIRE $summaryshort description what this plugin does; most plugins provide this piece of information in thesummarysection of the documentation topic $tagslist of TML macros this plugin implements $versionversion of the plugin as provided by the author of this plugin |    1 <a href="$homepage">$name</a> $active $version $author | 
		
			| header | header string prepended to the output; empty when no plugin matches |  | 
		
			| footer | footer string appended to the output; empty when no plugin matches |  | 
		
			| separator | separator put between each plugin rendered in a row | $n | 
		
			| tagformat | format string to render a link to any tag documentation a plugin implements | [[%SYSTEMWEB%.Var$tag][$tag]] | 
	     
  Examples 
 %JQPLUGINS{
   "treeview|slimbox"
   header="   * JQuery Plugins:$n"
   format="      * [[$documentation][$name]] v$version was developed by [[$homepage][$author]]"
 }% Produces: 
 
 JQueryPlugin