Difference between revisions of "Template:Infobox row"

From ComputerCraft Wiki
Jump to: navigation, search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if {{{1|}}}
+
<includeonly>{{#if: {{{1|}}}
 
| <tr>{{ #if: {{{2|}}}
 
| <tr>{{ #if: {{{2|}}}
 
   | <th>{{{1}}}</th><td>{{{2}}}</td>
 
   | <th>{{{1}}}</th><td>{{{2}}}</td>
 
   | <td colspan="2">{{{1}}}</td>
 
   | <td colspan="2">{{{1}}}</td>
}}</tr>}}</includeonly>
+
}}</tr>
 +
}}</includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 10:23, 2 August 2020

[ view | edit | history ] Documentation

Parameter

  • {{{1}}} - left column
  • {{{2}}} - right column