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 ===

On Nov 5, 9:20 pm, glenn opdycke <[email protected]> wrote:
> I have a table that has several columns, some of which have much data.
> I see that each row occupies one line.  Is there any way to have a row
> include multiple lines?
>
> Some of the data is repeated in all the rows.  Is it possible to set a
> property to a value and use the property to refer to the value in the
> rows?
>
> TIA
> --glenn

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to