Template:Infobox item: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
! style="white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Effect | ! style="white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Effect | ||
| style="padding:.4em;" | {{{effect|No description available.}}} | | style="padding:.4em;" | {{{effect|No description available.}}} | ||
|} | |} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
This template creates | This template creates a lean infobox for items in Megabonk, focusing only on core identification details. | ||
=== | Unlock conditions and strategic notes should be placed in the main body of the article under their own headings. | ||
=== Parameters === | |||
* '''name''': The name of the item. | * '''name''': The name of the item. | ||
* '''rarity''': The item's rarity (e.g., Default, Common, Rare, Epic, Legendary). | * '''rarity''': The item's rarity (e.g., Default, Common, Rare, Epic, Legendary). | ||
* '''effect''': The in-game description of the item's effect. | * '''effect''': The in-game description of the item's effect. | ||
* ''' | * '''image''': (Optional) The file name for the item's image. | ||
* '''type''': (Optional) The type of item. Defaults to "Item". | |||
* '''type''': The type of item. Defaults to "Item" | |||
=== Example | === Example Usage === | ||
<pre> | <pre> | ||
{{Infobox item | {{Infobox item | ||
| name = | | name = Boss Buster | ||
| image = | | image = Boss Buster.png | ||
| rarity = | | rarity = Common | ||
| type = Item | | type = Item | ||
| effect = + | | effect = +15% more damage to Elites and Bosses. | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> |
Revision as of 13:38, 4 October 2025
Usage
This template creates a lean infobox for items in Megabonk, focusing only on core identification details.
Unlock conditions and strategic notes should be placed in the main body of the article under their own headings.
Parameters
- name: The name of the item.
- rarity: The item's rarity (e.g., Default, Common, Rare, Epic, Legendary).
- effect: The in-game description of the item's effect.
- image: (Optional) The file name for the item's image.
- type: (Optional) The type of item. Defaults to "Item".
Example Usage
{{Infobox item | name = Boss Buster | image = Boss Buster.png | rarity = Common | type = Item | effect = +15% more damage to Elites and Bosses. }}