Template talk:Row
Appearance
This is the talk page of a redirect that targets the page: • Template:Infobox Because this page is not frequently watched, present and future discussions, edit requests and requested moves should take place at: • Template talk:Infobox |
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]- —Locke Cole • t • c 23:02, 2 March 2006 (UTC) – created basic documentation