Wiki Help/Wiki Tables
You can produce tables using two vertical bars (||) to delimitate cells. You can use all kinds of /TextFormattingRules inside the table cells.
You have to start at the very beginning of the line with a bar pair and use another pair for each cell.
If you create completely empty cells they will be used by the following non-empty cell to produce cells which span more than one column. If you want empty cells put a space in it.
Example:
||'''Pet'''||'''Race'''||'''Owner'''||'''Who brought it in'''|| ||Fluffy||dog||Jim B.||Jessica B.|| ||Butterball||cat||||Mrs. Johnson||
will produce:
| Pet | Race | Owner | Who brought it in |
| Fluffy | dog | Jim B. | Jessica B. |
| Butterball | cat | Mrs. Johnson | |