From GamingWiki
| Line 4: | Line 4: | ||
Total number of columns in our table: | Total number of columns in our table: | ||
-->{{#vardefine: columns | {{{columns|4}}} }}<!-- | -->{{#vardefine: columns | {{{columns|4}}} }}<!-- | ||
| + | |||
| + | --> | ||
| + | | colspan = "{{#var:columns}}" | righthead = {{{righthead}}} ; subhead = {{{subhead}}} | ||
| + | |- <!-- | ||
| + | |||
If there is a subhead and a righthead, we make the subhead one column. If | If there is a subhead and a righthead, we make the subhead one column. If | ||
only a subhead, it is full-width. | only a subhead, it is full-width. | ||
Revision as of 18:53, 28 February 2011
| righthead = {{{righthead}}} ; subhead = {{{subhead}}} |