From Arms of God Wiki
Usage
Atomic icon + caption + link cell. Cleaned generic version of the Brotato Iconbox pattern (see library/Template_Iconbox.md). The Brotato source has 200 lines of nested #if calling Brotato-specific helper templates (GetRarity, GetDLCStatus, DLCBadge); this version drops those and exposes their data as explicit params (rarity) instead.
{{Iconbox|Topaz_Brooch|size=32px|amount=3|rarity=common}}
Params:
1/name— entity name (also used as image filename + link target by default).image— override image filename (without .png extension).size— image size (default 48px).amount— small number overlay in the corner (e.g. stack count).rarity— slug matching a.cr-{slug}class fromMediaWiki:Common.css. Renders a colored dot next to the icon.caption— override caption text.nohides the caption.nolink— set to1to suppress the wiki link.maxwidth— CSS max-width constraint.
Atomic icon + caption + link cell. Inline gallery / list rendering.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name (image + link target by default) | 1 name | no description | Unknown | required |
| Image size | size | no description
| Unknown | optional |
| Number overlay (stack count, quantity) | amount | no description | Number | optional |
| Rarity slug (matches .cr-<slug> in Common.css) | rarity | no description | Unknown | optional |
| Override image filename (without .png) | image | no description | Unknown | optional |
| Caption override ('no' to hide) | caption | no description | Unknown | optional |
| Suppress wiki link (1 to enable) | nolink | no description | Boolean | optional |
| Max-width CSS constraint | maxwidth | no description | Unknown | optional |