On 6/3/06, Tels nospam-abuse@bloodgate.com wrote:
It is very convient to be able to create templates that start tables with a lot of predefiened markup, so users can just say:
{{start-table-for-specific-purpose-foo}}
instead of creatig manually bordersizes etc. It also makes mass-changing tables easier.
Is it possible to use templates that instead have the form {{table for specific purpose|all the HTML code for the guts of the table}}?
ie:
{{cool table|<TR><TD>first cell</TD><TD>second cell</TD></TR>}}
Having templates that "open" some HTML code and then others that "close" it is inherently contradictory to the goal of always producing well formed HTML.
Another case to look at is {{col-begin}} {{col-break}} etc...
Steve