On Aug 17, 11:35 pm, julien23 <[email protected]> wrote:
> Thus I added
>
> class='thumbnails'
>
> <div class='thumbnails' macro='tiddler fetThumbnails with:
> {{tiddler.title}}'></div>
tiddler macro accepts a second parameter which adds a class to the
rendered content.
<<tiddler MyTiddler "thumbnails">>
in the template it should look like
<div macro='tiddler fetThumbnails thumbnails with:
{{tiddler.title}}'></div>
not tested. tell me, if it won't work.
-m
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.