Hello everyone. I'm trying to mix things for esthetic and practical purpose, but I'm not finding the solution : something like : ?{query | action1, &{template:default } {{name=@{selected|character_name} action1 }} {{[button1](! %{selected|macro1}) = [button2](! %{selected|macro2}) }} | action2, &{template:default } {{name=@{selected|character_name}
action2 }} {{[button3](! %{selected|macro3}) = [button4](!
%{selected|macro4}) }} } with : macro1 : &{template:default} {{name=@{selected|character_name} macro1}} {{[[d4]]}} macro2 : &{template:default} {{name=@{selected|character_name} macro2}} {{[[@{selected|attribute}]]}} macro3 : &{template:default} {{name=@{selected|character_name} macro2}} {{[macro5](! #macro5)}} macro4 : &{template:default} {{name=@{selected|character_name} macro2}} {{[macro5](!
%{selected|macro3})}} I tried to imagine all kinds of situations. I noticed the (~selected|macro) form doesn't work well with query. I tried all kind of " }), " replacement, and most of the time, it just give me "action1" in the title bar and that's it. Is there someone with a solution? or an example of one of his working macro I can inspired myself on ? By the way, I'm a free user so no API for me... :,( Thanks a lot