Advanced Wikiediting/Tables
From Wikiversity
Basic table:
{|
| foo
| bar
|}
makes:
| foo | bar |
full width:
{| width="100%"
| foo
| bar
|}
makes:
| foo | bar |
Basic table:
{|
| foo
| bar
|}
makes:
| foo | bar |
full width:
{| width="100%"
| foo
| bar
|}
makes:
| foo | bar |