Help:Tables

From CEOpedia | Management online
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

General rules

Formatting Meaning
{| class="wikitable" table start, required
|- new row
! space text header cell, usually all cells in first row should have that formatting. Each new cell starts with !
| space text regular cell
|} end of table, required
  • each formatting sign must be first character in line (no space before)
  • see Show Preview to verify formattin of the table
  • full list of formatting rules is available on Mediawiki: Tables

Advanced formatting

Formatting sign Meaning
| colspan="2" | space text connection of two cells in row
| rowspan="2" | space text connection of two rows in column
| style="text-align:center;" | space text center text in cell
| ...empty...

* enumeration

Enumeration requires adding * in second row, otherwise it won't work
  • enumeration