<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.
Also, how do you control how the date is formatted? The default output of {{!!created}} is way more detailed than I want to display. I just need a simple MM/DD/YYYY format.
I need to review the widget info on tiddlywiki.com to get a better understanding of TW5. Is there any other source of documentation recommended for a person to figure out simple tweaks like the ones I needed for my table layout?