Template:Rarity item: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(New demo template) |
||
Line 10: | Line 10: | ||
|override_rarity={{{override_rarity|}}} | |override_rarity={{{override_rarity|}}} | ||
}}</onlyinclude></includeonly><noinclude> | }}</onlyinclude></includeonly><noinclude> | ||
See [[Template:ItemIcon/Family]] for more variations of ItemIcon. | See [[Template:ItemIcon/Family]] for more variations of ItemIcon. | ||
Other options | Other options | ||
Line 32: | Line 17: | ||
* [[Template:MdRarityItem]] - sets the default size to 30 instead of 25 | * [[Template:MdRarityItem]] - sets the default size to 30 instead of 25 | ||
* [[Template:SmRarityItem]] - sets the default size to 20 instead of 25 | * [[Template:SmRarityItem]] - sets the default size to 20 instead of 25 | ||
== Examples == | |||
{{Template demo | |||
| style = table | |||
| <nowiki>{{RarityItem|Potion of Supreme Healing}}</nowiki> | |||
| <nowiki>{{RarityItem|Potion of Supreme Healing|40}}</nowiki> | |||
| <nowiki>{{RarityItem|Potion of Supreme Healing|alias=Supremey Boi}}</nowiki> | |||
| <nowiki>{{RarityItem|Leather Armour|uid=UNI_Leather_Minsc}}</nowiki> | |||
| <nowiki>{{RarityItem|Handmaiden's Mace|override_icon=Ring G Faded.png|override_rarity=uncommon}}</nowiki> | |||
}} | |||
<templatedata> | <templatedata> |
Revision as of 22:59, 19 July 2024
See Template:ItemIcon/Family for more variations of ItemIcon.
Other options
- Template:LgRarityItem- sets the default size to 40 instead of 25
- Template:MdRarityItem - sets the default size to 30 instead of 25
- Template:SmRarityItem - sets the default size to 20 instead of 25
Examples
Markup | Renders as |
---|---|
{{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 |
{{RarityItem|Handmaiden's Mace|override_icon=Ring G Faded.png|override_rarity=uncommon}} | Handmaiden's Mace |
Inserts an item's icon, rarity colours, and name into a page. Specialization of Template:ItemIcon.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | 1 | The name of the item | Page name | required |
size | 2 | (optional) Size of the item's icon. Default 25
| Number | optional |
uid | uid | The uid of the item. If specified, will search by UID *instead of* item name. Must be specified with the name parameter as well. | Unknown | optional |
alias | alias | (optional) If specified, renames link text to this. | Unknown | optional |
override_icon | override_icon | If specified, overrides the icon. | Unknown | optional |
override_rarity | override_rarity | If specified along with override_icon, sets the rarity. | Unknown | optional |