TestTableInline
Unnamed table in inline block [edit section]
Here is an example of an unnamed inline table.
| Name ^ | Job ^ |
| Tim | engineer |
| Fred | pilot |
Named table in inline block [edit section]
Here is an example of a named table| Heading 1 ^ | Heading 2 ^ |
| cell 1 | ZZZ cell 2 |
| cell 3 | AAA cell 4 |
| cell 5 | BBB cell 6 |
Wikipedia markup [edit section]
Here's wikipedia markup, for possible future reference:
{| border="1" cellspacing="0" cellpadding="5" align="center"
! heading 1
! heading 2
|-
| cell 1
| cell 2
|-
| cell 3 || cell 4
|}
}}