Use this template to center lists in a wikitable. For this template to work, you should place it right before the {| tag, like in the example below.

Usage

edit
{{plainlist}}
{{center list in a wikitable}}
{| class="wikitable"
|-
!Column header
|-
|
* 1
* 2
* 3
|}
{{endplainlist}}

->

Column header
  • 1
  • 2
  • 3