From Arms of God Wiki

Revision as of 08:29, 10 June 2026 by Ta1ha (talk | contribs) (bot: Iconbox category-first signature; icons from source records)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 (also mode=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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Category (Weapon/Blessing/...) or bare entity name1

no description

Unknownrequired
Entity name (category-first form), or mode for the bare form2

no description

Unknownoptional
Mode: 'icononly' for just the glyph (category-first form)3

no description

Unknownoptional
Icon size in pxsize

no description

Default
24
Unknownoptional