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
 
(74 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Usage ==
Just copy the following and fill the id parameter with the correct id:<br>
<nowiki>
{{ItemImage|id=4587|caption=Dragon Scimitar|scale=0.7}}
</nowiki>
<onlyinclude>
<onlyinclude>
<div style="width: 32px; height: 32px; overflow: hidden; display: inline-block; padding: 0px; margin: 0px;">
<div class="item-icon" style="height:50px">
<div style="position:relative; bottom:{{ #expr:({{{ImageID}}} mod 1000)*32 }}px;">
  {{{id|4587}}};{{{caption|none}}};{{{scale|0.7}}}
 
[[File:{{ #expr: floor({{{ImageID}}}/1000)}}.png{{!}}left{{!}}{{{caption}}}{{!}}link={{{caption}}}]]
 
</div>
</div>
</div>
</onlyinclude>
</onlyinclude>

Latest revision as of 15:43, 13 March 2025

Usage

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

{{ItemImage|id=4587|caption=Dragon Scimitar|scale=0.7}}

 4587;none;0.7