User:Lowellian/Table template

Source: Wikipedia, the free encyclopedia.

For full documentation, see Help:Table. Basically:

HTML <TABLE params> <TR params> <TH> <TH params> <TD> <TD params> </TABLE>
Wiki {| params |- params ! ! params | | | params | |}

Simple table

Column 1 Heading Column 2 Heading Column 3 Heading Column 4 Heading
Row 1 Column 1 Row 1 Column 2 Row 1 Column 3 Row 1 Column 4
Row 2 Column 1 Row 2 Column 2 Row 2 Column 3 Row 2 Column 4
Row 3 Column 1 Row 3 Column 2 Row 3 Column 3 Row 3 Column 4

Styled table

Column 1 Heading Column 2 Heading Column 3 Heading Column 4 Heading
Row 1 Column 1 Row 1 Column 2 Row 1 Column 3 Row 1 Column 4
Row 2 Column 1 Row 2 Column 2 Row 2 Column 3 Row 2 Column 4
Row 3 Column 1 Row 3 Column 2 Row 3 Column 3 Row 3 Column 4

Examples