Template:Itemicon insert: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(lowercase rarity)
Tag: Reverted
(revert: cannot use sql functions in insert)
Tag: Manual revert
Line 2: Line 2:
_table:item_icon
_table:item_icon
|icon={{#if:{{{icon|}}}|{{{icon}}}|{{{image|}}} }}
|icon={{#if:{{{icon|}}}|{{{icon}}}|{{{image|}}} }}
|rarity=LOWER({{{rarity|common}}})
|rarity={{{rarity|common}}}
}}</onlyinclude></includeonly><noinclude>
}}</onlyinclude></includeonly><noinclude>



Revision as of 15:36, 11 September 2023


Inserts an icon into the Cargo item_icon database. Enables use of Template:ItemIcon.

Usage:
{{ItemIcon Insert
|icon=filename of the icon to use, without the File: prefix
|image=(optional) filename of the image to use as an icon, without the File: prefix. Overridden if "icon" is defined. Used for item template pages which may have an image configured but not an icon.
|rarity=the rarity of the item. One of (common,uncommon,rare, very rare,legendary,story). Defaults to common if not specified.
}}

This template adds rows to the table "item_icon", which is declared by the template Itemicon insert. View table.