Template:Rarity item: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Make it no_padding by default)
m (Willowisp moved page Template:RarityItem to Template:Rarity item)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{ItemIcon|name={{{1}}}|size={{{2|25}}}|alias={{{alias|}}}|no_padding=true|show_name=true|show_rarity=true}}</onlyinclude></includeonly><noinclude>
<includeonly><onlyinclude>{{ItemIcon
|name={{{1}}}
|uid={{{uid|}}}
|size={{{2|25}}}
|alias={{{alias|}}}
|no_padding=true
|show_name=true
|show_rarity=true
|override_icon={{{override_icon|}}}
|override_rarity={{{override_rarity|}}}
}}</onlyinclude></includeonly><noinclude>


{| class="wikitable"
{| class="wikitable"
Line 8: Line 18:
|-
|-
|<code><nowiki>{{RarityItem|Potion of Supreme Healing|alias=Supremey Boi}}</nowiki></code> || {{RarityItem|Potion of Supreme Healing|alias=Supremey Boi}}
|<code><nowiki>{{RarityItem|Potion of Supreme Healing|alias=Supremey Boi}}</nowiki></code> || {{RarityItem|Potion of Supreme Healing|alias=Supremey Boi}}
|-
|<code><nowiki>{{RarityItem|Leather Armour|uid=UNI_Leather_Minsc}}</nowiki></code> || {{RarityItem|Leather Armour|uid=UNI_Leather_Minsc}}
|}
|}


See [[Template:ItemIcon/Family]] for more variations of ItemIcon..
See [[Template:ItemIcon/Family]] for more variations of ItemIcon.
 


{{RarityItem|Shovel (item)}} {{RarityItem|Shovel (item)|override_icon=Ring G Faded.png|override_rarity=uncommon}}


<templatedata>
<templatedata>
Line 20: Line 32:
"description": "The name of the item ",
"description": "The name of the item ",
"type": "wiki-page-name",
"type": "wiki-page-name",
"required": true
"required": true,
"label": "name"
},
},
"2": {
"2": {
"description": "(optional) Size of the item's icon. Default 25",
"description": "(optional) Size of the item's icon. Default 25",
"type": "number"
"type": "number",
"label": "size",
"suggestedvalues": [
"25",
"30",
"40"
]
},
},
"alias": {
"alias": {
"description": "(optional) If specified, renames link text to this."
"description": "(optional) If specified, renames link text to this."
},
"override_icon": {
"description": "If specified, overrides the icon."
},
"override_rarity": {
"description": "If specified along with override_icon, sets the rarity."
},
"uid": {
"description": "The uid of the item. If specified, will search by UID *instead of* item name. Must be specified with the name parameter as well."
}
}
},
},
"description": "Inserts an item's icon, rarity colours, and name into a page. Specialization of Template:ItemIcon."
"description": "Inserts an item's icon, rarity colours, and name into a page. Specialization of Template:ItemIcon.",
"paramOrder": [
"1",
"2",
"uid",
"alias",
"override_icon",
"override_rarity"
]
}
}
</templatedata></noinclude>
</templatedata>
 
[[Category:Templates]]
</noinclude>

Latest revision as of 22:51, 19 February 2024


{{RarityItem|Potion of Supreme Healing}} Potion of Supreme Healing
{{RarityItem|Potion of Supreme Healing|40}} Potion of Supreme Healing
{{RarityItem|Potion of Supreme Healing|alias=Supremey Boi}} Supremey Boi
{{RarityItem|Leather Armour|uid=UNI_Leather_Minsc}} Leather Armour

See Template:ItemIcon/Family for more variations of ItemIcon.

Shovel (item) Shovel (item)

Inserts an item's icon, rarity colours, and name into a page. Specialization of Template:ItemIcon.

Template parameters

ParameterDescriptionTypeStatus
name1

The name of the item

Page namerequired
size2

(optional) Size of the item's icon. Default 25

Suggested values
25 30 40
Numberoptional
uiduid

The uid of the item. If specified, will search by UID *instead of* item name. Must be specified with the name parameter as well.

Unknownoptional
aliasalias

(optional) If specified, renames link text to this.

Unknownoptional
override_iconoverride_icon

If specified, overrides the icon.

Unknownoptional
override_rarityoverride_rarity

If specified along with override_icon, sets the rarity.

Unknownoptional