Difference between revisions for Playground / Table Syntax
| Version1 | Version2 | Differences |
|---|---|---|
| 2 | 2 | |
| 3 | 3 | * caption |
| 4 | 4 | * th |
| 5 | * colspan | |
| 6 | * rowspan | |
| 5 | * colspan / rowspan | |
| 7 | 6 | * text alignment |
| 8 | 7 | * indent |
| 9 | 8 | * left (default) |
| … | … | … |
| 20 | 19 | |
| 21 | 20 | ===Syntax=== |
| 22 | 21 | #| |
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 22 | || ^ Syntax ^ Notes || | |
| 23 | ^| Caption | ##""?| Caption |?""## | title of the table || | |
| 24 | ^| Thead | ##""*| Header | Header |*""## | head columns, entire row || | |
| 25 | ^| Th | ##""^| Header | Col ||""## | |
| 27 | 26 | ##""|| Col ^ Header ||""## | head row || |
| 28 |
|
|
| 29 |
|
|
| 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 || | |
| 30 | 29 | |# |
| 31 | 30 | |
| 32 | 31 | ===One=== |