Template:Infobox/Three Column: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><nowiki /> <tr> <td colspan="2" class="infobox-column">{{{leftValue}}}</td> <td colspan="2" class="infobox-column">{{{centerValue}}}</td>...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><nowiki />
+
<includeonly>
  +
{{#if:{{{leftValue|}}}{{{centerValue|}}}{{{rightValue|}}}|
 
<tr>
 
<tr>
 
<td colspan="2" class="infobox-column">{{{leftValue}}}</td>
 
<td colspan="2" class="infobox-column">{{{leftValue}}}</td>
Line 5: Line 6:
 
<td colspan="2" class="infobox-column">{{{rightValue}}}</td>
 
<td colspan="2" class="infobox-column">{{{rightValue}}}</td>
 
</tr>
 
</tr>
  +
|}}
<nowiki />
 
 
</includeonly>
 
</includeonly>
   
 
<noinclude>
 
<noinclude>
 
{{Infobox/begin}}
 
{{Infobox/begin}}
{{Infobox/Column|leftValue={{{left text body}}}|centerValue={{{center text body}}}|rightValue={{{right text body}}}}}
+
{{Infobox/Three Column|leftValue={{{left text body}}}|centerValue={{{center text body}}}|rightValue={{{right text body}}}}}
 
{{Infobox/end}}
 
{{Infobox/end}}
   

Latest revision as of 23:11, 26 October 2022


{{{left text body}}} {{{center text body}}} {{{right text body}}}