|
PmWiki / SimpleTables |
SearchWiki PmWiki.RecentChanges Page Revisions |
||. Lines beginning with this markup denote the beginning of table rows. Appearance of this character within a line denotes table cells. A border has been added to this table for visual purposes; default border width is 0.
Example 1. Basic table.
This markup:
|| border=1
|| cell 1 || cell 2 || cell 3 ||
|| cell 1 || cell 2 || cell 3 ||
creates this table:
| cell 1 | cell 2 | cell 3 |
| cell 1 | cell 2 | cell 3 |
||.
||.
|| border=1 width=100%
||cell 1 || cell 2 || cell 3||
||left-aligned || centered || right-aligned||
creates this table:
| cell 1 | cell 2 | cell 3 |
| left-aligned | centered | right-aligned |