Example page for custom CSS class padding-table.
Used on the help article CSS classes.
Wikitable - default display
| header 1 | header 2 | header 3 |
|---|---|---|
| 123 | 456 | 789 |
| foo | bar | baz |
Wikitable with class padding-table
| header 1 | header 2 | header 3 |
|---|---|---|
| 123 | 456 | 789 |
| foo | bar | baz |
{| class="wikitable"
! header 1 !! header 2 !! header 3
|-
| 123 || 456 || 789
|-
| foo || bar || baz
|}
{| class="wikitable padding-table"
! header 1 !! header 2 !! header 3
|-
| 123 || 456 || 789
|-
| foo || bar || baz
|}