Difference between revisions of "Template:Infobox"
From ComputerCraft Wiki
Magiczocker (Talk | contribs) m |
Magiczocker (Talk | contribs) m |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <div class="infobox" style="width: unset;min-width:320px;margin: 0 0 1em 1em;"> | |
− | + | <div class="infobox-name">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</div> | |
− | + | <div class="infobox-image">[[File:{{#if:{{{image|}}}|{{{image}}}|Iso_Unknown.png}}|128x128px]]</div> | |
− | + | {{#if:{{{rows|}}}| | |
− | + | <table class="infobox-rows"> | |
− | {{#if:{{{rows|}}}|{{{rows}}}}} | + | {{{rows}}} |
− | + | </table> | |
+ | }} | ||
+ | </div><noinclude>{{Documentation}}</noinclude> |