Template:NavTable

From Blaseball Wiki

Description

Used to declare a new navbox.

Example:

{{NavTable
| name = Richmond
<!-- add state=mw-collapsible for the [Collapse] button to show up -->
| state = mw-collapsible
<!-- set the header text with `header` and color with `headercolor` -->
| header = [[Richmond Harrison|Richmond Harrison]]
| headercolor = #BADA55
<!-- Each positional parameter must be a {{NavRow}} or {{NavFooterRow}}. -->
| {{NavRow
  |[[Richmond Harrison|Richmond Harrison]]
  |row1_title=is
  |my
  |row2_title=best
  |friend.}}
| {{NavRow|Richmond Harrison is my best friend. Reply if he is your best friend also.
}}
| {{NavRow
  |row1_title=he
  |Reply if
  |is}}
| {{NavRow
  |your
  |best}}
| {{NavFooterRow
  |friend}}
| {{NavFooterRow
  |also.}}
}}