How do I use the transclusion of a field as a parameter to a macro?
I am trying <<displayICC {{!!pictureLink}}>>
where pictureLink is a field in the current tiddler containing the string NSW-image-RAAHC3.
This works perfectly if instead of the transclusion, I use NSW-image-RAAHC3.
I have tried <$transclude $variable="displayICC" param={{!!pictureLink}} />
to no avail.
I know its a brackets thing but cant work out the correct combination.
bobj