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)
Even in HTML you can’t center a column . You need to put “center” around each TD in the column. So I doubt you can do it in Wikicode.
Rinn
November 12, 2009, 1:22pm
4
style="text-align:center;"
I’m not sure how to insert that without aligning every column. Say I want to leave column 1 left aligned, while all the rest center aligned.
Anybody with any new ideas?
I’ve been looking into it, but I haven’t found any other way to deal with it. Perhaps another Wiki-type source may be able to do it, but I doubt it, nor have I seen one that can.
Columns just aren’t that easy to work with what you’re wanting to do.