##language:en
#pragma section-numbers off 
[[Navigation(slides)]] 

= Tables =

Tables appear if you separate the content of the columns by &#160;`||`. All fields of the same row must be also on the same line in the editor.

Markup:
 {{{
||<rowbgcolor="#FFFFE0"> '''Column 1'''  |||| '''Column 2 & 3''' ||
||<)> 1  ||<:> 2 ||<(> 3 ||
}}}

Display:
 ||<rowbgcolor="#FFFFE0"> '''Column 1'''  |||| '''Column 2 & 3''' ||
 ||<)> 1  ||<:> 2 ||<(> 3 ||

----
For details see HelpOnTables.
