Copy === copy this === into a tiddler, or see it in action at my
TeamWork [1] space.
have fun!
Some info:
<<tiddler tiddlerName##section>>
<<tiddler tiddlerName::slice>>
!section
this is a section
second line
!end
slice:this is a slice
|slice|this is also a slice|
<<tiddler {{tiddler.title + '##section'}}>>
makes it a relative transclusion to the containing tiddler.
use with care (backup). recursions are not solved.
<<tiddler tiddlerName##section>>
is an absolut transclusion
hope this helps!
-mario
[1]
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#TransclusionsInsideTables
=== copy this ===
| SliceName | Content |h
|line1| some text <br> text after a line break |
|line2|<<tiddler {{tiddler.title + "::line1"}}>> |
|line3| <<tiddler {{tiddler.title + "##section1"}}>> |
|line4| <<tiddler {{tiddler.title + "##section2"}}>>|
|line5| <<tiddler {{tiddler.title + "::line4"}}>> |
|>| some footer text |f
{{{
| SliceName | Content |h
|line1| some text <br> text after a line break |
|line2|<<tiddler {{tiddler.title + "::line1"}}>> |
|line3| <<tiddler {{tiddler.title + "##section1"}}>> |
|line4| <<tiddler {{tiddler.title + "##section2"}}>>|
|line5|<<tiddler {{tiddler.title + "::line4"}}>> |
|>| some footer text |f
/% some invisible text follows
!section1
some text
new line
!end
!section2
this is text in
section 2
!end
%/
}}}
=== end ===