Try something like the following:

\define Do_Some_Buttons(item_one, item_two)
    <$list filter="[all[$item_one$$item_two$]is[tiddler]]" emptyMessage="""
       Button to create tiddler named "$item_one$$item_two$"

   """>
         Hey it exists already
    </$list>
\end

\define Make_Something(text)
    <$set name="Item_One" filter="$text$ +[nth[1]]">
    <$set name="Item_Two" filter="$text$ +[nth[2]]">
        <<Item_One>> <<Item_Two>>

        <$macrocall $name="Do_Some_Buttons" 
            item_one=<<Item_One>>
            item_two=<<Item_Two>>
        />

    </$set>
    </$set>
\end

`<<Make_Something "B 2.5 some text bla">>`
<<Make_Something "B 2.5 some text bla">>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/75e59a68-e652-40fd-b59b-21b4690ba877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to