Hi all,

I'm trying to create a table using slices from other tiddlers.  For
example:

Tiddler1
label1: One
label2: Two
label3: Three

Tiddler2
|<<tiddler [[Tiddler1::label1]]>>|<<tiddler [[Tiddler1::label2]]>>|
<<tiddler [[Tiddler1::label3]]>>|

What I expect Tiddler2 to result in would be the same as if I had
simply created a table such as this:

|One|Two|Three|

Instead, I end up with Tiddler2 having no visible information.  This
would be helpful in the case where I could update the label
information in Tiddler1 and all other tiddlers using the label
information would be updated as well.  What am I doing wrong or is
there a better solution?  Alternatively, is there a way to create a
single-rowed table as a slice, then transclude that to a larger table
along with other single-rowed slices?

My goal with this is to create a single table of servers, and their
information, that transcludes the table data from the individual
servers' tiddlers.

Thanks

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

Reply via email to