Difference between revisions of "Template:Infobox/row"

From Twinsuniverse
Jump to: navigation, search
m
m
Line 1: Line 1:
<includeonly>{{#if: {{{header|}}}{{{data|empty row vanish!}}}|
+
<includeonly>{{#if: {{{header|}}}{{{data|}}}|
 
<tr>
 
<tr>
 
     {{#if: {{{header|}}}
 
     {{#if: {{{header|}}}
Line 6: Line 6:
 
         |<th>{{{label}}}</th><td  
 
         |<th>{{{label}}}</th><td  
 
         |<td colspan="2"}} {{#if: {{{class|}}} | class="{{{class}}}"}}>
 
         |<td colspan="2"}} {{#if: {{{class|}}} | class="{{{class}}}"}}>
{{{data}}}
+
{{#if:{{{data|}}}|{{{data}}}|why not empty!}}
 
</td> }}
 
</td> }}
 
</tr>
 
</tr>

Revision as of 00:01, 12 December 2012

This template is used by Template:Infobox to add a row to the table.


  This article is a stub [list all]. You can help the Twinsuniverse by expanding it.

Parameters

  • header:
  • label:
  • data:
  • class:

Syntax

Examples