Loading...
 
Skip to main content

History: PluginModule

Source of version: 25 (current)

Copy to clipboard
            ! Plugin Module
Use this ((wiki plugin)) to display ((Modules)) in a page, column or other module zone. 

!!Parameters
{pluginmanager plugin=module}

!!Examples
!!!Basic syntax
''This code:''
{CODE(colors="tiki")}{module module="wiki_last_comments"}{CODE}

''Would produce on this site:''
{module module="wiki_last_comments"}

!!!Displaying a module in a Template (.tpl)
You can place a module anywhere (header, footer) using the following syntax in a -+.tpl+- file:
{CODE(colors="tiki")}
{module module="wiki_last_comments"}{CODE}
Older version of Tiki can revert to embedding wiki syntax:
{CODE(colors="tiki")}
{wiki}{literal}{module module="wiki_last_comments"}{/literal}{/wiki}{CODE}