Source http://screwturn.net/Help.WikiMarkup-Tables
If you want to copy this page in your own wiki, you can simply
copy the markup and paste it into a page in your wiki.
Note: actual table styles might depend on the wiki
theme you are using.
{|
| Cell 1.1
| Cell 1.2
|-
| Cell 2.1
| Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
|+ This is a Table
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
This is a TableCell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
! Cells x.1 !! Cells x.2
|-
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
Cells x.1 | Cells x.2 |
---|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{| border="1" bgcolor="Gray"
| Cell 1.1 || Cell 1.2
|-
| Cell 2.1 || Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{| cellspacing="0" cellpadding="2" border="1"
|- style="background-color: Red; color: White;"
| Cell 1.1 || Cell 1.2
|- style="font-weight: bold;"
| Cell 2.1 || Cell 2.2
|}
|
Cell 1.1 | Cell 1.2 | Cell 2.1 | Cell 2.2 |
|
{|
| bgcolor="Blue" | Styled Cell
| Normal cell
|-
| Normal cell
| bgcolor="Yellow" | Styled cell
|}
|
Styled Cell | Normal cell | Normal cell | Styled cell |
|
{|
| colspan="2" bgcolor="Red" | Cell
|-
| Cell || Cell
|}
|
|
{|
| rowspan="2" bgcolor="Red" | Cell
| Cell
|-
| Cell
|}
|
|
{| align="right" border="1"
| Cell || Cell
|}
|
|
{| style="margin: 0px auto;" border="1"
| Cell || Cell
|}
|
|
{| cellspacing="0" cellpadding="2" style="background-color: #EEEEEE;"
|+ Styled Table
|- style="background-color: #990000; color: #FFFFFF;"
| This is a cell || This is a cell || This is a cell
|-
| style="background-color: #000000; color: #CCCCCC;" | Styled cell
| style="border: solid 1px #FF0000;" | Styled cell
| '''Normal cell'''
|-
| Normal || Normal || [Download]
|}
|
Styled TableThis is a cell | This is a cell | This is a cell | Styled cell | Styled cell | Normal cell | Normal | Normal | Download |
|