Set to anything ("on", "true", "yes", etc) to ensure table spans entire width available. (Effect is to remove border-spacing and add width:100% to the table's styling.)
Width of each column (or include "width:...;" in colstyle).
|colwidth=6.0em |colwidth=25%
not set
colstyle
CSS styling applied to each column.
|colstyle=background:transparent;
"
rowstyle
CSS styling applied to each row.
|rowstyle=text-align:center;
"
leftright
Set to anything ("on", "true", "yes", etc) in place of |col1align=left and |col2align=right
|leftright=on
not set
colCwidth
Width of column number C (or include "width:...;" in colCstyle).
|col2width=9.0em |col3width=35%
none set
colCclass
Class/es applied to column number C.
|col1class=navbox-group
"
colCalign
Alignment (left / right / center) for column C's cell contents (or include "text-align:...;" in colCstyle).
|col4align=right
none set
colCnowrap
Set to anything ("on", "true", "yes", etc) to add "white-space:nowrap;" to column C's cell styling (i.e. to prevent lines within its cells from wrapping; or include "nowrap" in colCclass or "white-space:nowrap;" in colCstyle).
|col5nowrap=on
"
colCstyle
CSS styling applied to column number C.
|col4style=font-style:italic;
"
colCheader
Set to any value (e.g. Y) to change col's cells from data cells to table headers (headings).
|col1header=on
not set
rowRclass
Class/es applied to row number R.
|row10class=navbox-abovebelow
none set
rowRstyle
CSS styling applied to row number R.
|row2style=font-weight:bold;
"
rowRheader
Set to any value (e.g. Y) to change row's cells from data cells to table headers (headings).
|row1header=on
not set
classR.C
Class/es applied to cell in row R, column C. Overrides any other class attributions (rowRclass, colCclass).
|class1.2=adr
none set
styleR.C
CSS styling applied to cell in row R, column C. Overrides any more general styling (leftright, colCalign, rowRstyle, etc).
|style5.3=text-align:right;
"
Unnamed parameters
Each unnamed parameter is taken to be the next cell in the table, starting at the table's top left corner and working left to right from top to bottom.