Thanks much!
I tried the section and slice examples.
The slice/line works for me. I define the slice in a commented table:
/%
|slicename|slice value|
%/
The slice is accessed via
<<tiddler {{tiddler.title+'::slicename'}}>>
I saw that there was a colon format for the slice, too. However I
could not get that to work.
Do you have an example of this?
Also, is there a simpler way to access the slice than <<tiddler
{{tiddler.title+'::slicename'}}>>?
Best regards,
Glenn
On Nov 6, 3:20 am, PMario <[email protected]> wrote:
> 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#Transclusio...
>
> === 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,glennopdycke <[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.