Difference between revisions for Playground / Table Syntax




← Previous edit
Next edit →

Additions:
|| ^ Syntax ^ Notes ||
^| Caption | ##?| Caption |?## | title of the table ||
^| Thead | ##*| Header | Header |*## | head columns, entire row ||
^| Th | ##^| Header | Col ||## ^| Cellspan | ##||(x=2;y=2) 2x2 | 1x1 ||## | cell spanning, ##x## colspan, ##y## rowspan ||
^| Tfoot | ##=| Footer | Footer |=## | not sure if this should be implemented at all ||

Deletions:
*| | Syntax | Notes |*
|| Caption | ##?| Caption |?## | title of the table ||
|| Thead | ##*| Header | Header |*## | head columns, entire row ||
|| Th | ##^| Header | Col ||## || Cellspan | ||(x=2;y=2) 2x2 | 1x1 || | cell spanning, x colspan, y rowspan || || Tfoot | =| Footer | Footer |= | not sure if this should be implemented at all ||