Hi Jan I am not completely sure about what and where and why you want to use this. Even after I have read a bit in Birthes translation of MetaTabs (which is closer to a standard wiki than yours and thus more readable for me) I am not familiar with MetaTabs and from where the new macro here is called. So I make some wild guesses ;–)
I didn’t find out about the outer list, but I have a working draft for the inner: <div class="showslides">Slides in <<storyTiddler>>: <ol> <$list filter="01 02 03 04 05 06 07 08 09 10" variable="number"> <li><$macrocall $name="slice" tiddler=<<storyTiddler>> nr=<<number>> /></li> </$list> </ol> </div> Hints: $variablename$ can only be used in macros that get the value as an input like \define showSlides(variablename) print $variablename$ here … And <<variablename>> can not be used in a simplyfied <<macro param:"here">>. This is why we have to use <$macrocall syntax here. Hope, this helps! Thomas -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1e5df0b3-74d0-4084-ab93-9ced225d2210%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

