User:Kaimbe/ItemIcon: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Result: {{User:Kaimbe/ItemIcon|Gloves_of_Missile_Snaring_Icon.png|Gloves of Missile Snaring|rare}} | Result: {{User:Kaimbe/ItemIcon|Gloves_of_Missile_Snaring_Icon.png|Gloves of Missile Snaring|rare}} | ||
Suggested CSS style: {{code|.item-icon small rare {box-shadow: inset 0 0 .2em .1em #01BFFF, inset 0 0 0 .05em #01BFFF;}}} | Suggested CSS style: {{code|<nowiki>.item-icon small rare {box-shadow: inset 0 0 .2em .1em #01BFFF, inset 0 0 0 .05em #01BFFF;}</nowiki>}} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<div style="text-align: center; vertical-align: middle;"> | <div style="text-align: center; vertical-align: middle;"> | ||
{{#if: {{{1|}}} | [[File:{{{1}}}|frameless|50px|link={{{2}}}|class=item-icon small {{{3}}}]]<br>}} | {{#if: {{{1|}}} | [[File:{{{1}}}|frameless|50px|link={{{2}}}|class=item-icon small {{{3|common}}}]]<br>}} | ||
[[{{{2}}} | {{RarityColor | {{{3}}} | {{{2}}} }}]] | [[{{{2}}} | {{RarityColor | {{{3|common}}} | {{{2}}} }}]] | ||
</div> | </div> | ||
</includeonly> | </includeonly> |
Latest revision as of 20:40, 15 September 2023
Usage: {{User:Kaimbe/ItemIcon|ImagePath|ItemName|Rarity}}
Example: {{User:Kaimbe/ItemIcon|Gloves_of_Missile_Snaring_Icon.png|Gloves of Missile Snaring|rare}}
Result:
Suggested CSS style: .item-icon small rare {box-shadow: inset 0 0 .2em .1em #01BFFF, inset 0 0 0 .05em #01BFFF;}