User:Llamageddon/RrtyIcon: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
{{#lvardef: exlk | {{{1 |}}} }}
{{#lvardef: exlk | {{{1 |}}} }}
{{#lvardef: rrty | {{{2 |}}} }}
{{#lvardef: rrty | {{{2 |}}} }}
{{#lvardef: bord | <span style="box-shadow: rgba(0, 0, 0, 0.14) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.14) -3px -3px 6px 1px inset; background: #1B1A19; padding: 4px 0px 6px 0px; max-width: 25px; border: 2px solid {{#switch: {{#lvar:rrty}} | common = #1B1A1999 | uncommon = #00491599 | rare = #00374999 | veryrare = #54003299 | legendary = #563E0D99 | story = #561D0099 | #1B1A1999 }};"> }}
{{#lvardef: bord | <span style="box-shadow: rgba(0, 0, 0, 0.14) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.14) -3px -3px 6px 1px inset; background: #1B1A19; padding: 4px 0px 6px 0px; max-height: 25px; border: 2px solid {{#switch: {{#lvar:rrty}} | common = #1B1A1999 | uncommon = #00491599 | rare = #00374999 | veryrare = #54003299 | legendary = #563E0D99 | story = #561D0099 | #1B1A1999 }};"> }}
}}{{#lvar:bord}}{{ItemIcon|name={{#lvar:exlk}}|size=25}}</span>&nbsp;</includeonly><noinclude>__NOTOC__
}}{{#lvar:bord}}{{ItemIcon|name={{#lvar:exlk}}|size=25}}</span>&nbsp;</includeonly><noinclude>__NOTOC__
This template uses the [[Template:ItemIcon|<nowiki>{{ItemIcon}}</nowiki>]] template to give the icon for the item defined in the first parameter a coloured border, based on rarity. The rarity is defined by the second paramater: {{User:Llamageddon/Highlight|{{Color|#1B1A1999|common}}}}, {{User:Llamageddon/Highlight|{{Color|#00491599|uncommon}}}}, {{User:Llamageddon/Highlight|{{Color|#00374999|rare}}}}, {{User:Llamageddon/Highlight|{{Color|#54003299|veryrare}}}}, {{User:Llamageddon/Highlight|{{Color|#563E0D99|legendary}}}},  or {{User:Llamageddon/Highlight|{{Color|#561D0099|story}}}}. If left blank, it will default to dark grey (common) for the border.
This template uses the [[Template:ItemIcon|<nowiki>{{ItemIcon}}</nowiki>]] template to give the icon for the item defined in the first parameter a coloured border, based on rarity. The icon size is set to the standard {{C|25px}} maximum height for inline use.
 
The rarity is defined by the second paramater: {{User:Llamageddon/Highlight|{{Color|#1B1A1999|common}}}}, {{User:Llamageddon/Highlight|{{Color|#00491599|uncommon}}}}, {{User:Llamageddon/Highlight|{{Color|#00374999|rare}}}}, {{User:Llamageddon/Highlight|{{Color|#54003299|veryrare}}}}, {{User:Llamageddon/Highlight|{{Color|#563E0D99|legendary}}}},  or {{User:Llamageddon/Highlight|{{Color|#561D0099|story}}}}. If left blank, it will default to dark grey (common) for the border.


== Examples ==
== Examples ==

Revision as of 19:23, 6 September 2023

This template uses the {{ItemIcon}} template to give the icon for the item defined in the first parameter a coloured border, based on rarity. The icon size is set to the standard 25px maximum height for inline use.

The rarity is defined by the second paramater: common, uncommon, rare, veryrare, legendary, or story. If left blank, it will default to dark grey (common) for the border.

Examples

{{User:Llamageddon/RrtyIcon|Potion of Healing|rare}}

 

{{User:Llamageddon/RrtyIcon|Mace|common}}

 

{{User:Llamageddon/RrtyIcon|Longsword|uncommon}}

 

{{User:Llamageddon/RrtyIcon|Club|rare}}

 

{{User:Llamageddon/RrtyIcon|Longbow|veryrare}}

 

{{User:Llamageddon/RrtyIcon|Warhammer|legendary}}

 

{{User:Llamageddon/RrtyIcon|Stuffed Bear A|story}}

 

{{User:Llamageddon/RrtyIcon|Ball}}

 

List Layout