Help:How to use tables
From WRG
Jump to navigationJump to search| What it looks like | What you type | ||||||
|---|---|---|---|---|---|---|---|
|
{|
| Apple
| Cat
|-
| Banana
| Dog
|}
| ||||||
|
{| border=1
| Apple
| Cat
|-
| Banana
| Dog
|}
| ||||||
|
{| border=1
! Fruits
! Pets
|-
| Apple
| Cat
|-
| Banana
| Dog
|}
|
What the symbols mean:
| Symbol | Meaning |
|---|---|
| {| | Start a new table. |
| ! | Start a new header cell/column in a row. |
| | | Start a new cell/column in a row. |
| |- | Start a new row. |
| |} | End a table. |
Note: More advanced examples can be found on Wikipedia's Table Help Page.