Help:Introduction to tables with Wiki Markup/4
Appearance
Introduction to tables
How and why
Editing tables
The basics
Expanding tables
Adding rows and columns
Summary
Review of what you've learned
Summary
- Tables can be inserted using the
button. - Standard tables begin with
{|class="wikitable"and end with|}. - Sortable tables instead begin with
{|class="wikitable sortable". - Each row of a table starts with
|-. - Cells in a row are separated by
||pipe characters.
Detailed information

- Help:Table: the main table help page
- Help:HTML in wikitext § Tables