I have run into this problem also. The default wikitext shortcut for 
transclusion:
{{TiddlerName}}
actually set 2 nested widgets:
<$tiddler tiddler="TiddlerName">
<$transclude tiddler="TiddlerName">
</$transclude>
</$tiddler>


So, you have a couple of options.

Use the shortcut wikitext and leave the "TiddlerName" portion blank, but 
set the "TemplateName":
{{||TemplateName}}

Or simply specify only the Transclude Widget:
<$transclude tiddler="TemplateName">
</$transclude>

Tiddlywiki Docs 
Refetrence: https://tiddlywiki.com/#Transclusion%2520with%2520Templates.html

Best,
Joshua Fontany

On Saturday, December 23, 2017 at 4:28:29 PM UTC-8, TonyM wrote:
>
> Folks,
>
> I seem to have stepped on my own toes and broken something. Perhaps 
> someone knows the answer.
>
> I have a Tiddler tagged $:/tags/TiddlerInfo to make in visible in each 
> tiddlers info drop down
>
> The Tiddler contains some lists and macro calls that work fine, updating 
> the current tiddlers fields
> This tiddler in turn also transcludes a number of tiddlers, so that they 
> can be reused elsewhere.
>
> eg; {{$:/PSaT/tiddler-disposition/infotab/header}}
>
> Unfortunately these transcluded tiddlers seem to be considered the current 
> tiddler when the info panel reference fields via macros.
> When the original tiddler uses the info panel the fields are updated not 
> in it, but in the twice removed transcluded tiddlers.
>
> I did wrap these transclusions in
>
> <$tiddler>
> </$tiddler>
>
> But they no longer seem to work
>
> Any Ideas?
>
> Thanks in advance
>
> PS Happy Christmas Eve for those that celebrate it, we are approaching 
> midday Christmas eve here in Sydney.
>  
> Tony
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2939984b-ae40-40ba-a8e0-077b81f17b6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to