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.)
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 col[C]class or "white-space:nowrap;" in col[C]style).
|col5nowrap=on
"
col[C]style
CSS styling applied to column number [C].
|col4style=font-style:italic;
"
row[R]class
Class/es applied to row number [R].
|row10class=navbox-abovebelow
none set
row[R]style
CSS styling applied to row number [R].
|row2style=font-weight:bold;
"
class[R].[C]
Class/es applied to cell in row [R], column [C]. Overrides any other class attributions (row[R]class, col[C]class).
|class1.2=adr
none set
style[R].[C]
CSS styling applied to cell in row [R], column [C]. Overrides any more general styling (leftright, col[C]align, row[R]style, etc).
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.