{* $Id$ *} {if $prefs.javascript_enabled eq 'y' && $area_id} {icon name=$plugin.iconname|default:"plugin" _text="{tr}Insert{/tr}"} {/if} {$plugin.name|escape} {$plugin_name|lower} {if $prefs.feature_help eq 'y'} {if !empty($plugin.documentation)} {icon name='help'} {/if} {/if}
{if $plugin.description eq ''} {tr}No description available{/tr} {else} {$plugin.description} {/if}
{if $prefs.javascript_enabled eq 'y'} {else}
{if $plugin.body} {{$plugin_name}( {foreach key=name item=param from=$plugin.params}
{if $param.required} {$name}="{$param.description|escape}" {else} [ {$name}="{$param.description|escape}" ] {/if}
{/foreach} )}
{$plugin.body}
{{$plugin_name}} {else} {{$plugin_name|@lower} {foreach key=name item=param from=$plugin.params}
{if $param.required} {$name}="{$param.description|escape}" {else} [ {$name}="{$param.description|escape}" ] {/if}
{/foreach} } {/if}
{/if}