Template:ItemBox: Difference between revisions

Jump to navigation Jump to search
Fix texture=blend: use the item's hashed texture variant rather than an undefined variable (with help from vergir-bot LLM)
Add texture=over and over1/2/3 for the plain-overlay paper variant (with help from vergir-bot LLM)
Line 39: Line 39:
     no    - drop it entirely
     no    - drop it entirely
     1/2/3 - one shared paper via the mix-blend overlay (does not cache)
     1/2/3 - one shared paper via the mix-blend overlay (does not cache)
     blend - paper multiplied into the card art, per item, cacheable. The paper
     blend / blend1..3 - paper multiplied into the card art, cacheable, but
             image is picked up from the item's texture-vN variant class.
             reaches only the card art, not the icon or name
     blend1/blend2/blend3 - the cacheable blend forced to one shared paper
     over / over1..3 - paper as a plain alpha overlay over the whole card,
-->{{#vardefine:lite|{{#switch:{{{wearMask|}}}|no=itembox-flat-wear|ramp=itembox-ramp-wear|soft=itembox-soft-wear}} {{#ifeq:{{{iconMask|}}}|no|itembox-flat-icon}} {{#switch:{{{texture|}}}|no=itembox-no-texture|1=itembox-force-tex-1|2=itembox-force-tex-2|3=itembox-force-tex-3|blend=itembox-blend-texture|blend1=itembox-blend-texture itembox-blend-tex-1|blend2=itembox-blend-texture itembox-blend-tex-2|blend3=itembox-blend-texture itembox-blend-tex-3}}}}<!--
            cacheable; lightens instead of multiplying
-->{{#vardefine:lite|{{#switch:{{{wearMask|}}}|no=itembox-flat-wear|ramp=itembox-ramp-wear|soft=itembox-soft-wear}} {{#ifeq:{{{iconMask|}}}|no|itembox-flat-icon}} {{#switch:{{{texture|}}}|no=itembox-no-texture|1=itembox-force-tex-1|2=itembox-force-tex-2|3=itembox-force-tex-3|blend=itembox-blend-texture|blend1=itembox-blend-texture itembox-blend-tex-1|blend2=itembox-blend-texture itembox-blend-tex-2|blend3=itembox-blend-texture itembox-blend-tex-3|over=itembox-over-texture|over1=itembox-over-texture itembox-blend-tex-1|over2=itembox-over-texture itembox-blend-tex-2|over3=itembox-over-texture itembox-blend-tex-3}}}}<!--


     Links.
     Links.