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/a07198b1-3d85-4aa0-a805-79765ea04207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to