Hi Gunman In this case you can force the transclusion to be in block mode by adding a "mode" attribute:
<$transclude mode="block"/> Best wishes Jeremy. On Fri, Jul 17, 2015 at 7:43 AM, Gunman <[email protected]> wrote: > Hi Jeremy, > here the code... > > ...of the slider {{plans||slider}} > > \define slider(label) > <$button popup="$:/state/$label$" class="btn-invisible tw-slider"><$reveal > type="match" text="" default="" > state="$:/state/$label$">⊞</$reveal><$reveal type="nomatch" text="" > default="" state="$:/state/$label$">⊟</$reveal> > {{$label$||unwikified}}</$button> > <$reveal type="nomatch" text="" default="" state="$:/state/$label$" > animate="yes"> > <$transclude/> > </$reveal> > \end > > <$macrocall $name="slider" label={{!!title}}/> > > > ..of the tiddler... > > !Untergeschoß > > |!UG-A|!UG-B| > |<<thumbnail link:"ug-a.jpg" image:"ug-a_pre.jpg" caption:"UG-A-Abschnitt > " icon:"{{$:/core/images/blank}}" color:"red">>|<<thumbnail link:"ug-b.jpg" > image:"ug-b_pre.jpg" caption:"UG-B-Abschnitt" > icon:"{{$:/core/images/blank}}" color:"red">>| > > |!UG-C|!UG-D| > |<<thumbnail link:"ug-c.jpg" image:"ug-c_pre.jpg" caption:"UG-C-Abschnitt > " icon:"{{$:/core/images/blank}}" color:"red">>|<<thumbnail link:"ug-d.jpg" > image:"ug-d_pre.jpg" caption:"UG-D-Abschnitt" > icon:"{{$:/core/images/blank}}" color:"red">>| > > ...O.K. never heard of inline/block mode ...what does it mean -how can i > change it? > > thanx for your efforts! > > gunman > > > > Am Donnerstag, 16. Juli 2015 13:10:22 UTC+2 schrieb Jeremy Ruston: >> >> Hi Gunman >> >> It would be helpful to see the code that you're using. >> >> It looks as though the problem is that the content of your slider is >> being parsed in inline mode instead of block mode. That means that it is >> not recognising the table syntax. >> >> Best wishes >> >> Jeremy. >> >> >> >> On Thu, Jul 16, 2015 at 9:40 AM, Gunman <[email protected]> wrote: >> >>> Hello, >>> i often use sliders with the global slider macro from Stephan Hradek. >>> <http://tw5magick.tiddlyspot.com/#Stephan%20Hradek> >>> all ok, but i can`t display an lists in such a slider.... >>> e.g. >>> looks so ... >>> >>> >>> <https://lh3.googleusercontent.com/-vXaI-JAiRZ8/Vads8n3yWpI/AAAAAAAAAl8/SrF-1lUMA8Y/s1600/plans.JPG> >>> >>> >>> not as in the tiddler... >>> >>> >>> <https://lh3.googleusercontent.com/-DQsgvVfD_-w/Vadth1-eZaI/AAAAAAAAAmE/bxd8IkVKdbk/s1600/plans1.JPG> >>> >>> >>> >>> >>> >>> what`s the problem? >>> >>> >>> >>> <http://tw5magick.tiddlyspot.com/#Stephan%20Hradek> >>> >>> -- >>> 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 http://groups.google.com/group/tiddlywiki. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/0895348b-b2bc-4c2f-93cd-99dbaf9f0a8b%40googlegroups.com >>> <https://groups.google.com/d/msgid/tiddlywiki/0895348b-b2bc-4c2f-93cd-99dbaf9f0a8b%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJaaxBDBeiYkACGaHG3dhnaiHeSnJd17g_o7YTggHuknzg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

