Jump to content

Template:CSS image crop: Difference between revisions

From Emps-World Wiki
Mary (talk | contribs)
No edit summary
No edit summary
 
(169 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Usage ==
Just copy the following and fill the id parameter with the correct id:<br>


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

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