


Arthur is transcluded in Ford, and Ford is transcluded in Zaphod.
I define 'dolphins' in Ford and 'mice' in Zaphod. Arthur is the only tiddler displaying fields.
From those tiddlers I get this:

but I want this:

Notice that in this last (faked) view, Zaphod is displaying the value of both fields.
I know that the way I just did it is wrong since the transclusion syntax which I used in Arthur implies 'currentTiddler', and Zaphod does not define 'dolphins', but I want to know if any method let's me do it at all.
{{tiddlername!!fieldname}}
In filters
{tiddlername!!fieldname}
And in some widgets or macros with tiddler=tiddlername
Field=fieldname
These could be fixed litteral names or ones derived from a macro.
Do you see what I am saying?
Regards
Tony