Template:Item infobox: Difference between revisions

m
WIP. Has title, image, and item
imported>Ttv pedro270707
(Created page with "<div style="float:right;"> <div class="infobox out"> <span class="shadow c-f">{{{1|{{PAGENAME}}}}}</span> </div> {{#if: {{{image|}}} | <div class="infobox in"> {{ItemToImageMap|key=Steel Ingot|width=160|height=160}} </div> | }} </div> ")
imported>Ttv pedro270707
m (WIP. Has title, image, and item)
Line 1: Line 1:
<div style="float:right;">
<includeonly><div style="float:right;">
<div class="infobox out">
<div class="infobox out">
<span class="shadow c-f">{{{1|{{PAGENAME}}}}}</span>
<span class="shadow c-f">{{{title|{{PAGENAME}}}}}</span>
</div>
</div>
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |
<div class="infobox in">
<div class="infobox in">
{{ItemToImageMap|key=Steel Ingot|width=160|height=160}}
{{{image|}}}
</div> | }}
</div>
</div>
| }}
{{#if: {{{item|}}} |
<div class="infobox out">
{{Inventory slot|{{{item|}}}}}
</div>
| }}
</div></includeonly><noinclude>{{Item infobox|title=Steel Ingot|image={{ItemToImageMap|key=Steel Ingot|width=160|height=160}}|item=Steel Ingot}}</noinclude>