Difference between revisions of "Template:ItemImage"

From Emps-World Wiki
Jump to: navigation, search
(Usage)
(Usage)
 
(5 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=|caption=|scale=1.2}}</nowiki>
+
<nowiki>{{ItemImage|id=|caption=|scale=0.7}}</nowiki>
 
<onlyinclude>
 
<onlyinclude>
   <div class="item-image '{{{caption|none}}}'" style="width: 32px; height: 32px; overflow: hidden; display: inline-block; padding: 0px; margin: {{#expr:({{{scale|1.0}}}-1.0)*16.0}}px; transform: scale({{{scale|1.0}}}, {{{scale|1.0}}});">
+
   <div class="item-image '{{{caption|none}}}'" style="width: 64px; height: 64px; overflow: hidden; display: inline-block; padding: 0px; margin:{{#expr:({{{scale|0.7}}}-1.0)*32.0}}px; transform: scale({{{scale|0.7}}}, {{{scale|0.7}}});">
     <div style="position:relative; bottom:{{ #expr:({{{id|4587}}} mod 1000)*32 }}px;">
+
     <div style="position:relative; bottom:{{ #expr:({{{id|4587}}} mod 1000)*64 }}px;">
       https://emps-world.net/img/itemicons/{{ #expr: floor({{{id|4587}}}/1000)}}.png
+
       https://emps-world.net/img/itemicons/{{ #expr: floor({{{id|4587}}}/1000)}}-64.png
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
</onlyinclude>
 
</onlyinclude>
 
 
 
{{ItemImage|id=|caption=|scale=1.5}}
 

Latest revision as of 15:52, 8 September 2021

Usage

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

{{ItemImage|id=|caption=|scale=0.7}}

      4-64.png