Difference between revisions for Playground / Table Syntax




← Previous edit
Next edit →

Version1 Version2 Differences
19 19
20 20 ===Syntax===
21 21 #|
22   *| | Syntax | Notes |*
23   || Caption | ##""?| Caption |?""## | title of the table ||
24   || Thead | ##""*| Header | Header |*""## | head columns, entire row ||
25   || Th | ##""^| Header | Col ||""##
  22 || ^ Syntax ^ Notes ||
  23 ^| Caption | ##""?| Caption |?""## | title of the table ||
  24 ^| Thead | ##""*| Header | Header |*""## | head columns, entire row ||
  25 ^| Th | ##""^| Header | Col ||""##
26 26 ##""|| Col ^ Header ||""## | head row ||
27   || Cellspan | ##""||(x=2;y=2) 2x2 | 1x1 ||""## | cell spanning, ##x## colspan, ##y## rowspan ||
28   || Tfoot | ##""=| Footer | Footer |=""## | not sure if this should be implemented at all ||
  27 ^| Cellspan | ##""||(x=2;y=2) 2x2 | 1x1 ||""## | cell spanning, ##x## colspan, ##y## rowspan ||
  28 ^| Tfoot | ##""=| Footer | Footer |=""## | not sure if this should be implemented at all ||
29 29 |#
30 30
31 31 ===One===
115 115 ===Seven===
116 116 #|
117 117 ?| Table Caption |?
118   *| | Heading 1 | Heading 2 | Heading 3 | |*
119   ^| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | ||
120   || Row 2 Col 1 ^ some colspan ||
121   || Row 3 Col 1 | Row 3 Col 2 ^ Row 3 Col 3 ||
  118 *| | Heading 1 | Heading 2 | Heading 3 |*
  119 ^| Row 1 Col 1 |(x=2) Row 1 Col 2 | Row 1 Col 3 ||
  120 || Row 2 Col 1 ^(x=3) some colspan ||
  121 || Row 3 Col 1 |(x=2 c=green) Row 3 Col 2 ^ Row 3 Col 3 ||
122 122 |#