Difference between revisions of "Template:Nmbox"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
(rv)
 
Line 1: Line 1:
{| class="nmbox" style="border:1px solid #AAAAAA; border-collapse:collapse; clear:both; font-size:85%; margin: 0.5em 0;"
+
<table class="nmbox" style="border:1px solid #AAAAAA; border-collapse:collapse; clear:both; font-size:85%; margin: 0.5em 0;">
|- style="background: #EEF3E2"
+
<tr style="background: #EEF3E2">
 
{{#if:{{{image|}}}{{{header|}}}
 
{{#if:{{{image|}}}{{{header|}}}
| ! class="mbox-image" style="white-space: nowrap; padding: 4px 1em; border-right: 1px solid #aaaaaa;" |{{{image|}}} {{{header|}}}
+
| <th class="mbox-image" style="white-space: nowrap; padding: 4px 1em; border-right: 1px solid #aaaaaa;">{{{image|}}} {{{header|}}}</th>
| ! class="mbox-empty-cell" |<!-- No image. Cell with some width or padding necessary for text cell to have 100% width. -->
+
| <td class="mbox-empty-cell"></td>  <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. -->
 
}}
 
}}
| class="mbox-text" style="background: #F6F9ED;"|{{{text|}}}
+
<td class="mbox-text" style="background: #F6F9ED;">{{{text|}}}</td>
|}
+
</tr></table><noinclude>
<noinclude>
 
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 19:58, 26 September 2012

Documentation icon Template documentation[create]Pages that link to Template:Nmbox