From Brotato Wiki

(INITIAL \o/)
 
m (fix missing templatedata alias for "1", and remove unused "image" option)
Line 3: Line 3:
ICON
ICON
--><span class="rarity{{GetRarity|{{{name|{{{1|}}}}}}}} rounded relative"><!--
--><span class="rarity{{GetRarity|{{{name|{{{1|}}}}}}}} rounded relative"><!--
-->[[File:{{{image|{{{name|{{{1|}}}}}}}}}.png|30px|link={{{name|{{{1|}}}}}}]]<!--
-->[[File:{{{name|{{{1|}}}}}}}}.png|30px|link={{{name|{{{1|}}}}}}]]<!--
--></span><!--
--></span><!--
CAPTION
CAPTION
Line 30: Line 30:
"example": "Acid",
"example": "Acid",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"aliases": [
"1"
]
}
}
},
},

Revision as of 02:16, 10 November 2022


Mini version of Template:Iconbox, intended to be used inline with other content, to link to an Item or Weapon. Fixed size (30px).

Examples

{{MiniIconbox|Acid}}
{{MiniIconbox|Hammer}}

This is a link for [[File:Acid}}.png|30px|link=Acid]] Acid, which is an Item.

This is a link for [[File:Hammer}}.png|30px|link=Hammer]] Hammer, which is a Weapon.


No description.

Template parameters

ParameterDescriptionTypeStatus
Namename 1

Name of the item or weapon

Example
Acid
Stringsuggested