Help:Index/Formatting/Tables

From Citizendium
< Help:Index‎ | Formatting
Revision as of 07:44, 26 July 2010 by imported>Jess Key (New page: {{Help page}} Tables are created over several lines using the following code: * Tables are started by putting the symbols <nowiki>{|</nowiki> onto a new line. * To start a new row put th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a Citizendium help page
This help page is meant for help and guidance only. It can be edited by any Citizen and, whilst we try to ensure it is accurate, it may not fully represent current policy.

Tables are created over several lines using the following code:

  • Tables are started by putting the symbols {| onto a new line.
  • To start a new row put the symbols |- onto a new line.
  • To start a new cell put the pipe symbol (|) at the start of a new line, and then type the text of the cell.
  • To end a table put the symbols |} onto a new line.

Therefore, the following code...

{|
|-
|Top left cell
|Top middle cell
|Top right cell
|-
|Bottom left cell
|Bottom middle cell
|Bottom right cell
|}

...will create the following table.

Top left cell Top middle cell Top right cell
Bottom left cell Bottom middle cell Bottom right cell
Click here to return to main help page.


Citizens, we need your help!
These help pages are a work in progress and need developing. Some topics are not written at all yet. Feel free to edit this page, or any other within the help system, and contribute towards making this a useful tool to all.