[tw5] Re: Can't specify table macros via var/macro/transclusion

2019-01-31 Thread 'Mark S.' via TiddlyWiki
Yes, exactly. On Thursday, January 31, 2019 at 5:05:23 AM UTC-8, S. S. wrote: > > > Since both the table pipe |. | definition and the <> > invocation are WikiText, I may be mistaken, but this appears to be a > failing instance of trying to put WikiText inside WikiText. > -- You received

[tw5] Re: Can't specify table macros via var/macro/transclusion

2019-01-31 Thread Mohammad
Yes, I may define the macro as below \define mytable() This is the table caption Header-LHeader-R Cell 1Cell 2 Cell 3Cell 4 Cell 5Cell 6 Cell 7Cell 8 Footer-LFooter-R \end On Thursday, January 31, 2019 at 4:35:23 PM UTC+3:30, S. S. wrote: > > > Since both the table pipe |. |

[tw5] Re: Can't specify table macros via var/macro/transclusion

2019-01-31 Thread S. S.
Since both the table pipe |. | definition and the <> invocation are WikiText, I may be mistaken, but this appears to be a failing instance of trying to put WikiText inside WikiText. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Can't specify table macros via var/macro/transclusion

2019-01-31 Thread David Nebauer
Thanks, Mark. That worked! Sure is cumbersome, though... Regards, David. On Thursday, 31 January 2019 10:16:58 UTC+9:30, Mark S. wrote: > > Move your entire table to a macro: > > \define mytable() > |$(myclasses)$|k > |This is a caption |c > |Cell1 |Cell2 | > |Cell3 |Cell3 | > |Header|Header|h

[tw5] Re: Can't specify table macros via var/macro/transclusion

2019-01-30 Thread 'Mark S.' via TiddlyWiki
Move your entire table to a macro: \define mytable() |$(myclasses)$|k |This is a caption |c |Cell1 |Cell2 | |Cell3 |Cell3 | |Header|Header|h |Footer|Footer|f \end And then invoke like: <$vars myclasses="myclass anotherClass"> <> Good luck -- Mark On Wednesday, January 30, 2019 at