Mark This fixed it but after testing it again I really need to dig into this solution and make it work for me. The way I'm doing it creates the tabs but not the actual tiddlers and I may have a case where one of the subsections won't be required. This still helps though because now I know how to make what I was thinking work and I'm getting closer to what I need.
Thanks Cristov On Thursday, May 12, 2016 at 5:39:12 PM UTC-5, Mark S. wrote: > > I think you want a macro like this: > > \define monitoringtabs() > <<tabs tabsList:"[[$(currentTiddler)$_Description]] > [[$(currentTiddler)$_Devices]] [[$(currentTiddler)$_Frequency]] > [[$(currentTiddler)$_Script Name]] [[$(currentTiddler)$_Monitoring > Criteria]] [[$(currentTiddler)$_Alert Trigger Criteria]] > [[$(currentTiddler)$_Immediate Reaction Steps]]" class:"tc-vertical">> > \end > > put that in a tiddler with the tag $:/tags/Macro so that it is globally > available. > and then invoke it like this in each of your "parent" tiddlers: > > <<monitoringtabs>> > > > As Mat mentions, the tabs macro will use the caption field for the tab > name, so set up each of your child tiddlers with a caption name that > reflects the intended suffix. > > HTH > Mark > > > > On Thursday, May 12, 2016 at 1:27:18 PM UTC-7, wolfsong wrote: >> >> After looking through the forum a bit I think I need something that's a >> close to this >> <https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/tabs$20template/tiddlywiki/KCu4GqZiH94/Lj0MIgr_IgAJ> >> where >> I have a template for a tabbed document that separates each section into >> it's own tiddler. I'm just not certain how to pass the name of to the >> sections and do this as a template. I have a macro that sorta works in that >> it creates the tabs when called >> >> \define monitoringtabs(<<currentTiddler>>) >> <<tabs tabsList:"[[Description]] [[Devices]] [[Frequency]] [[Script >> Name]] [[Monitoring Criteria]] [[Alert Trigger Criteria]] [[Immediate >> Reaction Steps]]" class:"tc-vertical">> >> \end >> >> What I'd like the template to actually do is call the macro and create >> the tabs but with the naming convention of Parent Title: Description, >> Parent Title: Frequency, etc. but only show the suffix for each of the >> tabs. Is that possible? >> > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/fc5f888a-ca29-4a84-80a9-78c349526dd5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

