Difference between revisions of "Template:Infobox"
From ComputerCraft Wiki
Magiczocker (Talk | contribs) |
Magiczocker (Talk | contribs) m |
||
(10 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">{{{name|{{PAGENAME | + | <div class="infobox-name">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</div> |
− | <div class="infobox-image">[[File:{{#if:{{{image|}}}|{{{image}}}| | + | <div class="infobox-image">[[File:{{#if:{{{image|}}}|{{{image}}}|Iso_Unknown.png}}|128x128px]]</div> |
{{#if:{{{rows|}}}| | {{#if:{{{rows|}}}| | ||
− | + | <table class="infobox-rows"> | |
{{{rows}}} | {{{rows}}} | ||
− | + | </table> | |
}} | }} | ||
− | </div | + | </div><noinclude>{{Documentation}}</noinclude> |
− | {{ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | }} | + | |
− | </noinclude> | + |