History: PluginParam
Source of version: 8 (current)
Copy to clipboard
! Plugin Parameters ''Introduced in ((Tiki7))'' Use this ((wiki plugin)) to display content based on URL parameters. !!Parameters {pluginmanager plugin="param"} !!Example The follwing code checks the parameter named -+productid+- in the URL and displays the result. {CODE()} {PARAM(name=productid value=1004)}productid is 1004{ELSE}productid is not 1004{PARAM} {CODE}