Difference between revisions for Playground / Table Syntax





Next edit →

Additions:
  * colspan / rowspan
|| ^ 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 ||
*| | Heading 1      | Heading 2       | Heading 3         |*
^| Row 1 Col 1    |(x=2) Row 1 Col 2     | Row 1 Col 3       ||
|| Row 2 Col 1    ^(x=3) some colspan  ||
|| Row 3 Col 1    |(x=2 c=green) Row 3 Col 2     ^ Row 3 Col 3       
||

Deletions:
  * colspan
  * rowspan
*| | 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 ||
*| | Heading 1      | Heading 2       | Heading 3         |  |*
^| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3       |  ||
|| Row 2 Col 1    ^ some colspan  ||