Plugin Parameters
Introduced in Tiki7
Use this wiki plugin to display content based on URL parameters.
Parameters
Tiki Doc From Code error: param not found
Example
The follwing code checks the parameter named productid
in the URL and displays the result.
Copy to clipboard
{PARAM(name=productid value=1004)}productid is 1004{ELSE}productid is not 1004{PARAM}