Template:Rarity item: Difference between revisions
Jump to navigation
Jump to search
(default 25) |
No edit summary |
||
(18 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{ItemIcon|name={{{1}}}|size={{{2|25}}}|show_name=true|show_rarity=true}}</onlyinclude></includeonly><noinclude> | <includeonly><onlyinclude>{{ItemIcon | ||
{{RarityItem|Potion of Supreme Healing}} | |name={{{1}}} | ||
{{RarityItem|Potion of Supreme Healing|40}} | |uid={{{uid|}}} | ||
|size={{{2|25}}} | |||
|alias={{{alias|}}} | |||
|nowrap={{{nowrap|}}} | |||
|no_padding=true | |||
|show_name=true | |||
|show_rarity=true | |||
|override_icon={{{override_icon|}}} | |||
|override_rarity={{{override_rarity|}}} | |||
}}</onlyinclude></includeonly><noinclude> | |||
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 | |||
{| class="wikitable" | |||
|+Icon Sizes | |||
!Name | |||
!Example | |||
!Size | |||
|- | |||
|SmRarityItem: | |||
|{{SmRarityItem|Potion of Supreme Healing}} | |||
|20 | |||
|- | |||
|RarityItem: | |||
|{{RarityItem|Potion of Supreme Healing}} | |||
|25 | |||
|- | |||
|MdRarityItem: | |||
|{{MdRarityItem|Potion of Supreme Healing}} | |||
|30 | |||
|- | |||
|LgRarityItem: | |||
|{{LgRarityItem|Potion of Supreme Healing}} | |||
|40 | |||
|} | |||
== 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> | ||
Line 9: | Line 57: | ||
"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": { | |||
"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:Icon templates]] | |||
[[Category:Templates]] | |||
</noinclude> |
Latest revision as of 22:24, 23 October 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
Name | Example | Size |
---|---|---|
SmRarityItem: | Potion of Supreme Healing | 20 |
RarityItem: | Potion of Supreme Healing | 25 |
MdRarityItem: | Potion of Supreme Healing | 30 |
LgRarityItem: | Potion of Supreme Healing | 40 |
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 |