Help:使用維基標記式語言增修表格/6
外观
總結
- 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 - HTML attributes can be used to format cells
更多詳細資訊

- Help:tables: the main help page
- Wikipedia:Manual of Style/Tables: usage guidelines
- Wikipedia:Advanced table formatting
- Help:HTML in wikitext#Tables