The transclude widget dos not offer any template use option.
the wiki syntax for transclusion requires a fixed template although it allows for a computed source tiddler.
That is:
we can have {{<<ds>>!!temp}}
but not {{<<ds>>!!<<temp>>}}
and it would be fine to get <$transclude tiddler=<<ds>> template=<<temp>>/>
I also tried to have a tiddler where the "datasource" and "template" field where valorized at my target values and whose text was
{{<$transclude field=datasource>>!!<$transclude field=template/>}}
{{<$transclude field=datasource>>!!my-real-template}}
the second form does work.
I tried some tricks with text and wikify widgets, but I've never been able to parametize the template tiddler name on way or another.
--
Jean-Pierre