WikiMedia style tables
Brought to you by:
channingwalton
Perhaps this involves a WikiMedia renderer, but given the code:
{ | align="center" |
---|---|
a single cell | |
+ style="caption-side: bottom;" | |
} |
the TWiki renderer gives:
{| align="center"</p>
<table ><tr></tr>
</table>
<p>
a single cell</p>
<table ><tr><td>+ style="caption-side: bottom;"</td><td>The caption</td></tr>
<tr><td>}</td></tr>
</table>
whereas a MediaWiki that supports captions gives:
<table align="center">
<tr>
<td>
<p>a single cell
</p>
</td><caption style="caption-side: bottom;">The Caption
</caption></tr></table>
As you can imagine, this makes for a fairly unsightly preview.
Hi,
yes this would need a new renderer to work properly. I'm not sure I will get time to do that for a while though.
Channing