Difference between revisions of "Template:Infobox/row"

From Twinsuniverse
Jump to: navigation, search
(Created page with "<noinclude>{{Stub}} <pre></noinclude>{{ #if:{{{header|}}} |<tr><th colspan="2" class="{{{class|}}}">{{{header}}}</th></tr> |{{ #if:{{{data|}}} |<tr>{{ #if:{{{l...")
(No difference)

Revision as of 10:58, 17 November 2012

  This article is a stub [list all]. You can help the Twinsuniverse by expanding it.
</noinclude>{{
#if:{{{header|}}}
|<tr><th colspan="2" class="{{{class|}}}">{{{header}}}</th></tr>
|{{
    #if:{{{data|}}}
    |<tr>{{
        #if:{{{label|}}}
        |<th>{{{label}}}</th><td>
        |<td colspan="2">}}
{{{data}}}</td></tr>}}
}}<noinclude>