From Ekopedia
| Chart | Column name 1 | Column name 2
| Column name 3 & 4
|
| Row title : Text formatting
| Normal text
| Italic text | Bold text | Bold italic text
|
| Text aligning
| Aligned right
| Centered
| Bottom aligned text
| Aligned on the top
|
| Joining cells
| Joined columns
|
| Joined rows
|
| Colors
| cell1 | cell2 | cell3
|
[edit] Syntax
{| class="ekotable" align="center" width="50%" background="
! Chart !! Column name 1 !! Column name 2
! colspan=2 | Column name 3 & 4
|-
! Row title : Text formatting
| Normal text
| ''Italic text'' || '''Bold text''' || '''''Bold italic text'''''
|-
!Text aligning
| height="150" align="right" | Aligned right
| align="center" | Centered
| valign="bottom" | Bottom aligned text
| valign="top"|Aligned on the top
|-
!Joining cells
| height="40" colspan="2" | Joined columns
|
| rowspan="2"|Joined rows
|-
!Colors
|bgcolor="red"|cell1 || width="300" bgcolor="blue"|cell2 || bgcolor="green"|cell3
|}
[edit] See also