User:Kaimbe/ItemIcon: Difference between revisions

From Baldur's Gate 3 Wiki
No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
<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|common}}}]]<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 21: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;}