Not discussed at WikiSym 06, please comment on the Talk.Tables page.
Creole only supports very basic table syntax, with no alignment. It is meant to create simple table like phone lists or top 10 lists. It only contains a notion for creating headings and forced line breaks.
Simple table
|Cell 1.1 |Cell 1.2 |Cell 2.1 |Cell 2.2
Table with heading
||Heading Col 1 ||Heading Col 2 |Cell 1.1 |Cell 1.2 |Cell 2.1 |Cell 2.2
Table with forced line break using the \\ syntax
||Heading Col 1 || Heading Col 2 |Cell 1.1 line one \\ Cell 1.1 ine two | Cell 1.2
Table rows can end with | too, but they also can be omitted
Cell 1.1 | Cell 1.2 |
Cell 2.1 | Cell 2.2 |
Add new attachment
Only authorized users are allowed to upload new attachments.