Help:Introduction to tables with Wiki Markup/2/table 2
class="wikitable"
| ! start | Besides beginning the table, this is also where the table's class is defined{{snds}}for example, | |
{{nowrap|
! caption | Required for accessibility purposes on data tables, and placed only between the table start and the first table row. | |
{{nowrap|
! header{{nbsp}}cell | Optional. Each header cell starts with a new line and a single exclamation mark ( | |
{{nowrap| | |
}}
! new{{nbsp}}row | To begin a new row of cells, use a single vertical bar ( | |
{{nowrap|
! new{{nbsp}}cell | To add a new cell in a row, start each new cell with a new line and a single vertical bar ( | ). |
{{nowrap| |
! end
| To end the table, use a single vertical bar (
) and a left facing curly brace (
) alone on a new line.
|}