Jump to content

Template talk:Row

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Usage

[edit]
{{row|if=
| test = 
| style = 
| label = 
| contents = 
}}

This inserts a row by effectively inserting the passed variables into the following HTML–

<tr {{{style}}}><td>{{{label|}}}</td><td>{{{contents|}}}</td></tr>

For the case where you don't specify {{{style}}}, it generates this–

<tr valign=top><td>{{{label|}}}</td><td>{{{contents|}}}</td></tr>

Note: You must always provide the {{{if}}} parameter (leave it blank, but specify it as above).

See this in use

[edit]

Documentation Updates

[edit]

Discussion

[edit]