includedata
[includedata, item]parameter1=value1, parameter2=value2, parameter=value…[includedataend]
Include the content item in the page, expanding the parameters. Use when key values include [objects]
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][includekeys][parameter][parameters][pagevalue] Examples
Example#1 include content item "test" with parameters
[includedata, test]image=logo.png,styles=background-color:#ff0000; color:#ffffff;,text=some [bold]white[boldend] text,text2=[color,#000000]some [bold]black[boldend] text[colorend][includedataend]
"test" content item
[colorsection, [parameter,styles]]
[image, [parameter,image], 25%]
[parameter,text]
[parameter,text2]
[colorsectionend]
Output:

some
white text
some black textNotes