Jump to content

Template:ItemImage: Difference between revisions

From Emps-World Wiki
Created page with "<onlyinclude> <div style="width: 32px; height: 32px; overflow: hidden; display: inline-block; padding: 0px; margin: 0px;"> <div style="position:relative; bottom:{{ #expr:({{{I..."
 
No edit summary
Line 1: Line 1:
== Usage ==
Just copy the following and fill the id parameter with the correct id:<br>
<nowiki>{{ItemImage|id=}}</nowiki>
<onlyinclude>
<onlyinclude>
<div style="width: 32px; height: 32px; overflow: hidden; display: inline-block; padding: 0px; margin: 0px;">
<div style="width: 32px; height: 32px; overflow: hidden; display: inline-block; padding: 0px; margin: 0px;">
<div style="position:relative; bottom:{{ #expr:({{{ImageID}}} mod 1000)*32 }}px;">
<div style="position:relative; bottom:{{ #expr:({{{id|4587}}} mod 1000)*32 }}px;">


[[File:{{ #expr: floor({{{ImageID}}}/1000)}}.png{{!}}left{{!}}{{{caption}}}{{!}}link={{{caption}}}]]
[[Media:/img/itemicons/{{ #expr: floor({{{id|4587}}}/1000)}}.png{{!}}left{{!}}{{{caption}}}{{!}}link={{{caption}}}]]


</div>
</div>
</div>
</div>
</onlyinclude>
</onlyinclude>

Revision as of 13:10, 13 March 2021

Usage

Just copy the following and fill the id parameter with the correct id:

{{ItemImage|id=}}