For All Mankind Wiki

Hi Bob! Find your place in the universe and leave your legacy. Join Helios today as your destiny awaits.

  • This wiki contains spoilers for all published episodes.
  • This wiki is designed for dark mode.
    For best experience please consider switching mode.

READ MORE

For All Mankind Wiki
For All Mankind Wiki

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
|}