Template:ItemIcon Internal/Debug: Difference between revisions
Jump to navigation
Jump to search
(nowiki??????) |
(more spaces might do the trick) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{#lvardef:is_missing | <includeonly><onlyinclude>{{#lvardef:rarity|{{#switch:{{{3}}} | ||
| very rare = very-rare | |||
| {{{3}}} | |||
}} }}{{#lvar:rarity}}{{#lvardef:is_missing | |||
|{{#expr: {{#if:{{{missing|}}}|1|0}} or {{#if:{{{1|}}}|0|1}} }} | |{{#expr: {{#if:{{{missing|}}}|1|0}} or {{#if:{{{1|}}}|0|1}} }} | ||
}}<span {{#if:{{{4|}}}|class="bg3wiki-itemicon bg3wiki-itemicon- | }}<span {{#if:{{{4|}}}|class="bg3wiki-itemicon bg3wiki-itemicon-{{#lvar:rarity}}"}} {{#ifexpr:{{#lvar:is_missing}}|style="width: {{{2}}}px; height: {{{2}}}px; display: inline-block; overflow: hidden; vertical-align: middle;"}}>{{Icon | ||
|{{#if:{{{1|}}}|{{{1}}}|{{{5|}}} Item Icon.png}} | |{{#if:{{{1|}}}|{{{1}}}|{{{5|}}} Item Icon.png}} | ||
|{{{2}}} | |{{{2}}} | ||
|link = {{{5|}}} | |link = {{{5|}}} | ||
}}</span></onlyinclude></includeonly><noinclude> | }}</span></onlyinclude></includeonly><noinclude> | ||
1. Item icon name | |||
2. Icon size | 2. Icon size | ||
3. Item rarity | |||
4. Whether to show rarity | 4. Whether to show rarity | ||
Line 17: | Line 20: | ||
missing: If specified will use missing css | missing: If specified will use missing css | ||
==== | |||
Used by [[Template:ItemIcon]] to format cargo results. | |||
=== Examples === | |||
{{ItemIcon|name=Potion of Superior Healing|show_name=true}} | |||
{{ItemIcon|name=Potion of Supreme Healing|show_name=true|show_rarity=true}} | |||
{{ItemIcon|name=Missing|show_name=true|show_rarity=true}} | |||
{{ItemIcon|name=Template:ItemIcon/Item Missing Images|show_name=true|show_rarity=true}} | |||
</noinclude> | </noinclude> |
Latest revision as of 16:22, 17 September 2023
1. Item icon name
2. Icon size
3. Item rarity
4. Whether to show rarity
5. Where to link to
missing: If specified will use missing css
Used by Template:ItemIcon to format cargo results.
Examples
Potion of Superior Healing Potion of Supreme Healing Missing Template:ItemIcon/Item Missing Images