From Arms of God Wiki
Usage
Renders an entity's small icon plus its linked display name. Icons are read from the entity's own record in Data:<Category>.json at render time via Module:Iconbox (no icon lookup table).
Category-first form (preferred — single-category lookup, collision-safe):
{{Iconbox|Weapon|Cutter}}— icon plus the linked display name.{{Iconbox|Weapon|Cutter|icononly}}— just the linked icon glyph (alsomode=icon).{{Iconbox|Blessing|Sanctified Halo|size=32}}— bigger icon.
Category accepts singular or plural: Weapon, Character, Blessing, Upgrade, Crux, Passive, Enemy, Achievement, Codex, Tag.
Bare-name fallback (cross-category scan; first matching category wins):
{{Iconbox|Cutter}}/{{Iconbox|Cutter|icononly}}
Entities without staged art degrade gracefully: the default mode renders the plain page link, icon-only mode renders nothing.
Entity icon + linked display name, read from the entity's source record at render time.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Category (Weapon/Blessing/...) or bare entity name | 1 | no description | Unknown | required |
| Entity name (category-first form), or mode for the bare form | 2 | no description | Unknown | optional |
| Mode: 'icononly' for just the glyph (category-first form) | 3 | no description | Unknown | optional |
| Icon size in px | size | no description
| Unknown | optional |