Jump to content

Template:CSS image crop: Difference between revisions

From Emps-World Wiki
Mary (talk | contribs)
No edit summary
No edit summary
 
(132 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Please don't mess with this page unless your name is Mary!
== Usage ==
Just copy the following and fill the id parameter with the correct id:<br>


<pre><onlyinclude>
<nowiki>
<div style="
{{ItemImage|id=4587|caption=Dragon Scimitar|scale=0.7}}
width:32px;
</nowiki>
height:32px;
<onlyinclude>
overflow:hidden;
<div class="item-icon">
position:relative;
  {{#expr:{{{oTop|587}}} + {{{ImageID/1000|4}}} * 1000}};{{{caption|none}}};{{{scale|0.7}}}
float:left;
padding: 0px;
margin: 0px;
">
<div style="
position:relative;
top:-{{ #expr:({{{oTop}}}-1)*32 }}px;
">
</div>
</div>
[[File:{{{ImageID/1000}}}.png|left|caption]]
</onlyinclude>
 
 
</div><noinclude>!</noinclude>
</onlyinclude></pre>

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