Hi crowd!

Suppose you wanna write a book consisting of some chapters (each in a 
tiddler) and need to render the final book. You'd do that using 
transclusion like

{{chapter1}}
{{chapter2}}
{{chapter3}}
....




But what I'd like to have is something different like

! [[chapter1]]
{{chapter1}}
! [[chapter2]]
{{chapter2}}
! [[chapter3]]
{{chapter3}}
...


I'd like to use a template instead and write

{{chapter1||chaptertemplate}}
{{chapter2||chaptertemplate}}
{{chapter3||chaptertemplate}}



Is this feasible and the way to go? Or do I need a macro instead?

Thank you for any kind of support,

. Jörg

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to