Jump to content

Template:ItemImage: Difference between revisions

From Emps-World Wiki
No edit summary
No edit summary
 
(47 intermediate revisions by the same user not shown)
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=}}</nowiki>
<nowiki>
{{ItemImage|id=4151}}
{{ItemImage|id=4587|caption=Dragon Scimitar|scale=0.7}}
 
</nowiki>
<onlyinclude>
<onlyinclude>
  <div style="background-image: url('https://emps-world.net/img/itemicons/{{ #expr: floor({{{id|4587}}}/1000)}}.png'); background-position: {{ #expr:({{{id|4587}}} mod 1000)*32 }}px; ">
<div class="item-icon" style="height:50px">
  </div>
  {{{id|4587}}};{{{caption|none}}};{{{scale|0.7}}}
</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