Difference between revisions of "Template:Infobox/row"

From blackwiki
Jump to navigation Jump to search
imported>MSGJ
m (Removed protection from "Template:Infobox/row": not used anymore)
imported>Redrose64
(Undid revision 684977313 by Stranger195 (talk) rv, breaks too many pages)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude><pre></noinclude>{{#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 scope="row" 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>
 
}}
 
}}<noinclude></pre></noinclude>
 

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".