Difference between revisions of "Template:Infobox/row"

From blackwiki
Jump to navigation Jump to search
imported>MSGJ
m (add carriage return to allow bulleted lists to work properly)
imported>Redrose64
(Undid revision 684977313 by Stranger195 (talk) rv, breaks too many pages)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{#if:{{{header|}}}
+
#REDIRECT [[Template:Infobox]]
|<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr>
+
 
|{{#if:{{{data|}}}
+
*This function has been deprecated. Please check the documentation on [[Template:Infobox]] for alternatives like "child" or "subbox".
  |<tr class="{{{rowclass|}}}">{{#if:{{{label|}}}
 
  |<th style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th>
 
    <td class="{{{class|}}}" style="{{{datastyle|}}}">
 
  |<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}">
 
  }}
 
{{{data}}}</td></tr>
 
}}
 
}}
 

Latest revision as of 20:59, 10 October 2015

Redirect to:

  • This function has been deprecated. Please check the documentation on Template:Infobox for alternatives like "child" or "subbox".