User:Llamageddon/RrtyItem: Difference between revisions
Jump to navigation
Jump to search
Llamageddon (talk | contribs) mNo edit summary |
Llamageddon (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{{#lvardef: size | {{{6 |}}} }} | {{#lvardef: size | {{{6 |}}} }} | ||
{{#lvardef: cols | {{#switch: {{#lvar:rrty}} | {{#lvardef: cols | {{#switch: {{#lvar:rrty}} | ||
| c | | c | common = #48484899 | ||
| common = #48484899 | | uncommon | u = #01BD3999 | ||
| uncommon | | rare | r = #01BFFF99 | ||
| u = #01BD3999 | | veryrare | v = #D1017B99 | ||
| rare | | legendary | l = #B7861D99 | ||
| r = #01BFFF99 | | story | s = #FF590199 | ||
| veryrare | |||
| v = #D1017B99 | |||
| legendary | |||
| l = #B7861D99 | |||
| story | |||
| s = #FF590199 | |||
| #48484899 }} }} | | #48484899 }} }} | ||
{{#lvardef: scol | {{#switch: {{#lvar:rrty}} | {{#lvardef: scol | {{#switch: {{#lvar:rrty}} | ||
| common | | common | c = common | ||
| c = common | | uncommon | u = uncommon | ||
| uncommon | | rare | r = rare | ||
| u = uncommon | | veryrare | very rare | v = veryrare | ||
| rare | | legendary | l = legendary | ||
| r = rare | | story | s = story | ||
| veryrare | |||
| very rare | |||
| v = veryrare | |||
| legendary | |||
| l = legendary | |||
| story | |||
| s = story | |||
| common }} }} | | common }} }} | ||
{{#lvardef: sufx | {{#switch: {{#lvar:file}} | {{#lvardef: sufx | {{#switch: {{#lvar:file}} | ||
Line 43: | Line 30: | ||
| Item Icon.png }} }} | | Item Icon.png }} }} | ||
{{#lvardef: pixl | {{#switch: {{#lvar:size}} | {{#lvardef: pixl | {{#switch: {{#lvar:size}} | ||
| large = 380px | | large = 380px | medium = 144px | small = 40px | inline = 25px | ||
| medium = 144px | |||
| small = 40px | |||
| inline = 25px | |||
| 25px }} }} | | 25px }} }} | ||
{{#lvardef: spna | <span | {{#lvardef: spna | <span | ||
Line 57: | Line 41: | ||
class="bg3wiki-rarity-gradient-{{#lvar:scol}} | class="bg3wiki-rarity-gradient-{{#lvar:scol}} | ||
"> | "> | ||
}}{{#lvar:spna}}{{#Ifeq: {{#lvar:link}} | | [[File:{{#lvar:item}} {{#lvar:sufx}} | {{#lvar:pixl}}]]</span>| [[File:{{#lvar:item}} {{#lvar:sufx}} | {{#lvar:pixl}} |{{#Ifeq: {{#lvar:link}} | item | link={{#lvar:item}} | link={{#lvar:link}}}}]]</span> <span>{{#Ifeq: {{#lvar:link}} | item | [[{{#lvar:item}}]] |{{#Ifeq: {{#lvar:text}} | notext | | [[{{#lvar:link}} | {{#lvar:text}}]]}}}}</span>}}}}</includeonly><noinclude>__NOTOC__ | |||
This is a 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 by default. {{C|_Item_Icon.png}} is set as the default image type. | This is a 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 by default. {{C|_Item_Icon.png}} is set as the default image type. | ||
Line 68: | Line 52: | ||
:{{C|<nowiki>{{User:Llamageddon/RrtyItem|Mace}}</nowiki>}} | :{{C|<nowiki>{{User:Llamageddon/RrtyItem|Mace}}</nowiki>}} | ||
{{User:Llamageddon/RrtyItem|Mace}} | Test{{User:Llamageddon/RrtyItem|Mace}} | ||
Line 75: | Line 59: | ||
:{{C|<nowiki>{{User:Llamageddon/RrtyItem|Armour of Uninhibited Kushigo|s|tt|item}}</nowiki>}} | :{{C|<nowiki>{{User:Llamageddon/RrtyItem|Armour of Uninhibited Kushigo|s|tt|item}}</nowiki>}} | ||
{{User:Llamageddon/RrtyItem|Armour of Uninhibited Kushigo|s|tt|item}} | Test2 {{User:Llamageddon/RrtyItem|Armour of Uninhibited Kushigo|s|tt|item}} | ||
Latest revision as of 04:20, 17 September 2023
This is a 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 by default. _Item_Icon.png
is set as the default image type.
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[edit | edit source]
- Only first parameter defined.
{{User:Llamageddon/RrtyItem|Mace}}
Test
- Using shortcuts for rarity and image type, and item keyword in 4th to copy item name as text link.
{{User:Llamageddon/RrtyItem|Armour of Uninhibited Kushigo|s|tt|item}}
Test2 Armour of Uninhibited Kushigo
- Unrecognised value in 3rd. Link and link text in 4th and 5th.
{{User:Llamageddon/RrtyItem|Mace|v|x|List of Weapons#Very Rare|A very rare mace.}}
- Using a tooltip (large "faded") image. Shortcuts in 2nd and 3rd, custom link in 4th, keyword notext in 5th, and small in 6th.
{{User:Llamageddon/RrtyItem|Longsword|u|tt|List of Weapons#Uncommon|notext|small}}
- Blank image type.
{{User:Llamageddon/RrtyItem|Longbow|rare||Longbows}}
- Larger than native icon resolution defined.
{{User:Llamageddon/RrtyItem|Warhammer|legendary||||medium}}
- Missing page/icon links and unrecognised or invalid values.
{{User:Llamageddon/RrtyItem|Missing Link|Link Missing|Missing Link|Link Missing|Missing Link|Link Missing}}
Shortcuts and Keywords[edit | edit source]
Rarity and Colour[edit | edit source]
2nd parameter
Default/null value: common = #48484899
- (
u
)uncommon
= #01BD3999 - (
r
)rare
= #01BFFF99 - (
v
)veryrare
= #D1017B99 - (
l
)legendary
= #B7861D99 - (
s
)story
= #FF590199
Image Type[edit | edit source]
3rd parameter
Default/null value: (ii
) = Item Icon.png
- (
tt
)tooltip
= Icon.png - (
im
)unfaded
= Item Image.png
Link and Text Keywords[edit | edit source]
4th parameter
item
= Copy in the item name (1st parameter) as the link text.
5th parameter
notext
= Don't use any custom link (4th parameter) as a text link.
Image Size[edit | edit source]
6th parameter
Default/null value: inline
= 25px
large
= 380px (Native "faded" tooltip resolution)medium
= 144px (Most common native "unfaded" tooltip resolution)small
= 40px (Native item icon resolution)inline
= 25px (Typical size for inline image use)
Testing[edit | edit source]
Armour of Uninhibited Kushigo Test Armour of Uninhibited KushigoTestytest