User:Cabalamat/Tables sandbox
Appearance
Sandbox for tables
some links
[edit]A Simple Table
[edit]Without headers, and with class="wikitable":
row 1 col A | row 1 col B | row 1 col C |
row 2 col A | row 2 col B | row 2 col C |
All of row on one line:
row 1 col A | row 1 col B | row 1 col C |
row 2 col A | row 2 col B | row 2 col C |
Same but with no class set:
row 1 col A | row 1 col B | row 1 col C |
row 2 col A | row 2 col B | row 2 col C |
A Simple Table with Headers
[edit]With headers:
header 1 | header 2 | header 3 |
---|---|---|
row 1 col A | row 1 col B | row 1 col C |
row 2 col A | row 2 col B | row 2 col C |
A Bigger Table
[edit]Some of this table's cells have lots of text in them:
row 1 col A |
row 1 col B. This cell is really rather big, it has lots of text in it, spread over multiple lines. It includes some program code: a := 2; b := fun(c, d); |
This cell has three pragraphs in it. This is the 2nd one. And this is the third one. |
row 2 col A |
row 2 col B |
row 2 col C |