User:Llamageddon/RrtyItem: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
{{#lvardef: link | {{{4 |}}} }}
{{#lvardef: link | {{{4 |}}} }}
{{#lvardef: text | {{{5 | {{{4}}} }}} }}
{{#lvardef: text | {{{5 | {{{4}}} }}} }}
{{#lvardef: size | {{#lvar:pixl}} }}
{{#lvardef: cols | {{#switch: {{#lvar:rrty}}
{{#lvardef: cols | {{#switch: {{#lvar:rrty}}
| common = #1B1A1999
| common = #1B1A1999
Line 26: Line 27:
| unfaded = Item Image.png
| unfaded = Item Image.png
| Item Icon.png }} }}
| Item Icon.png }} }}
{{#lvardef: spna | <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-radius: 5px; border: 2px solid {{#lvar:cols}};"> }}
{{#lvardef: size | 40px }}
{{#lvardef: spnb | <span style="display: inline-block; vertical-align: middle; width: 25px; height: 25px; overflow: hidden;"> }}
{{#lvardef: spna | <span style="display: inline-block; 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; max-height: {{#lvar:size}}; vertical-align: middle; width: {{#lvar:size}}; height: {{#lvar:size}}; overflow: hidden; border-radius: 5px; border: 2px solid {{#lvar:cols}};">}}
}}{{#lvar:spna}}{{#lvar:spnb}}{{#Ifeq: {{#lvar:link}} | | [[File:{{#lvar:item}}&nbsp;{{#lvar:sufx}}|25px]] | [[File:{{#lvar:item}}&nbsp;{{#lvar:sufx}}|25px|link={{#lvar:link}}]]</span></span>&nbsp;{{#Ifeq: {{#lvar:link}} | item | [[{{#lvar:item}}]] | [[{{#lvar:link}}|{{#lvar:text}}]]}}&nbsp;}}</includeonly><noinclude>__NOTOC__
}}{{#lvar:spna}}{{#Ifeq: {{#lvar:link}} | | [[File:{{#lvar:item}}&nbsp;{{#lvar:sufx}}|{{#lvar:size}}]] | [[File:{{#lvar:item}}&nbsp;{{#lvar:sufx}}|{{#lvar:size}}| link={{#lvar:link}}]]</span>&nbsp;{{#Ifeq: {{#lvar:link}} | item | [[{{#lvar:item}}]] | [[{{#lvar:link}}|{{#lvar:text}}]]}}&nbsp;}}</includeonly><noinclude>__NOTOC__


This is a proof of concept template for colouring icon borders depending on the value of a 'rarity' variable. The icon size is set to the standard {{C|25px}} maximum height for inline use.
This is a proof of concept template for colouring icon borders depending on the value of a 'rarity' variable. The icon size is set to the standard {{C|25px}} maximum height for inline use.

Revision as of 00:20, 7 September 2023


This is a proof of concept template for colouring icon borders depending on the value of a 'rarity' variable. 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/RrtyItem}} Only first parameter defined.

Mace Item Icon.png


{{User:Llamageddon/RrtyItem|Mace|x|x|Mace|A normal Mace.}} Unrecognised values in 2nd & 3rd.

Mace Item Icon.png A normal Mace. 


{{User:Llamageddon/RrtyItem|Mace|x|x|List_of_Weapons#Common|A common mace.}} Link text changed.

Mace Item Icon.png A common mace. 


{{User:Llamageddon/RrtyItem|Longsword|uncommon|tooltip|Weapons}} Using a tooltip (large "faded") image.

Longsword Icon.png Longsword 


{{User:Llamageddon/RrtyItem|Longbow|rare||Longbows}}

Longbow Item Icon.png Longbows 


{{User:Llamageddon/RrtyItem|Club|veryrare|tt|item}} Using tt and item keywords in 3rd & 4th parameters.

Club Icon.png Club 


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

Warhammer Item Icon.png


{{User:Llamageddon/RrtyItem|Stuffed Bear A|story|tooltip}}

Stuffed Bear A Icon.png


{{User:Llamageddon/RrtyItem}} Missing page/icon links.

File:Missing Link Item Icon.png Missing Link 


List Layout

Stuffed Bear B Icon.png

Warhammer Item Icon.png

Club Item Icon.png

Mace Item Icon.png