For TW5 you use a list widget and html tables like this:
<table>
<tr>
<th>
Title
</th>
<th>
Author
</th>
<th>
Date
</th>
</tr>
<$list filter='[tag[Wiki Examples]]'>
<tr>
<td>
{{!!title}}
</td>
<td>
{{!!modifier}}
</td>
<td>
{{!!created}}
</td>
</tr>
</$list>
</table>
It's not the same layout as your code gives, but it should show how to make
tables like that.
--
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/1eb0bd23-3350-4da4-a78c-2f6336ad4b83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.