Advanced Wikiediting/Tables

From Wikiversity

Jump to: navigation, search

Basic table:

{|
| foo
| bar
|}

makes:

foo bar

full width:

{| width="100%"
| foo
| bar
|}

makes:

foo bar

[edit] See also