\define tmpTWCrossLinksConcat()
{{$(tidName)$!!icon}}
\end
\define tmpTWCrossLinksConcat1()
{{TestGo!!icon}}
\end
<$set name="tidName" value="TestGo">
<<tmpTWCrossLinksConcat>>
// not work below
<$transclude tiddler=<<tmpTWCrossLinksConcat>>/>
// not work below
<$transclude tiddler=<<tmpTWCrossLinksConcat1>>/>
// work below
<$transclude tiddler={{TestGo!!icon}}/>
</$set>
You can check my code, it is a limitation of tiddlywiki or I make something wrong?