includekeys
[includekeys, item (, parameter1=value1, parameter2=value2, parameter=value…)]
Include the content item in the page, expanding the parameters.
Parameters
item - name of the content item to be included
parameter(x) - optional parameters to be inserted into the content item
See Also
content[include][includedata][parameter][parameters][pagevalue] Examples
Example#1 include content item "test" with parameters
[includekeys, test, image=logo.png, styles=background-color:#ff0000; color:#ffffff;, text=some white text]
"test" content item
[colorsection, [parameter,styles]]
[image, [parameter,image], 25%]
[parameter,text]
[colorsectionend]
Output:

some white text
Notes