Jump to content

Template:CSS item crop: Difference between revisions

From Emps-World Wiki
No edit summary
 
Line 2: Line 2:
Just copy the following and fill the id parameter with the correct id:<br>
Just copy the following and fill the id parameter with the correct id:<br>


<nowiki>{{ItemImage|id=4587}}</nowiki>
<nowiki>
{{ItemImage|id=4587|caption=Dragon Scimitar|scale=0.7}}
</nowiki>
<onlyinclude>
<onlyinclude>
  <div class="item-image '{{{caption|hover caption}}}'" style="width: 64px; height: 64px; overflow: hidden; display: inline-block; padding: 0px; margin: 8px; transform: scale(0.7, 0.7);">
<div class="item-icon">
    <div style="position:relative; bottom:{{#expr:{{{oTop|587}}}*64}}px;">
  {{#expr:{{{oTop|587}}} + {{{ImageID/1000|4}}} * 1000}};{{{caption|none}}};{{{scale|0.7}}}
      https://emps-world.net/img/itemicons/{{{ImageID/1000|4}}}-64.png
</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