User:Cabalamat/Tables sandbox

From WikiProjectMed
Jump to navigation Jump to search

Sandbox for tables

some links

User:Cabalamat/aaa

User:Cabalamat/aaa/bbb

User:Cabalamat/ccc/ddd

A Simple Table

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

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

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