Ad placeholder

Template:Medium rarity item: Difference between revisions

Jump to navigation Jump to search
m
(created)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{RarityItem|{{{1}}}|30}}</onlyinclude></includeonly><noinclude>
<includeonly><onlyinclude>{{RarityItem
|{{{1}}}
|30
|alias={{{alias|}}}{{{2|}}}
|uid={{{uid|}}}
|override_icon={{{override_icon|}}}
|override_rarity={{{override_rarity|}}}
}}</onlyinclude></includeonly><noinclude>{{documentation|content=
{{MdRarityItem|Dwarven Thrower}}
 
As [[Template:RarityItem]] but sets the default size to 30 instead of 25.
As [[Template:RarityItem]] but sets the default size to 30 instead of 25.


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
 
== Template data ==
<templatedata>
{
"params": {
"1": {
"label": "item name",
"description": "Sets the item name to look up.",
"required": true
},
"2": {
"label": "alias2",
"description": "An alternative for the \"alias\" parameter. Sets the display name of the link."
},
"alias": {
"description": "Sets the display name of the link"
},
"uid": {
"description": "If specified, will search by UID instead of by name."
},
"override_icon": {
"description": "If specified, overrides the icon. In that case, must also specify override_rarity."
},
"override_rarity": {
"description": "Overrides the rarity of the item."
}
},
"description": "Displays an item's rarity and item from a cargo table lookup.",
"paramOrder": [
"alias",
"1",
"uid",
"2",
"override_icon",
"override_rarity"
],
"format": "inline"
}
</templatedata>
}}</noinclude>
8,856
edits

Navigation menu