So I was trying to figure out how to make a Wiki table.
{table-plus:sortColumn=1}
||Column 1||Column 2||Column 3||
|A|1|a|
|Z|2|b|
|B|3|c|
{table-plus}
Adding a {center} to a row, only works for that cell…
{table-plus:sortColumn=1}
||Column 1||Column 2||Column 3||
|A|{center}1{center}|a|
|Z|2|b|
|B|3|c|
{table-plus}
So my question is, how can I center all of a certain column (like column 2) without needed to put {center} around every piece of text?
(the table-plus is what I used to auto-sort the column)

