Jump to content

Template:Infobox Enemy/doc

From Community Wiki | Soulbound: Online
This is the documentation subpage for Template:Infobox Enemy. It holds usage notes, parameters and examples, and is transcluded onto the template page itself. Edit the documentation here; edit the template's code on the template page.

The {{Infobox Enemy}} template produces the right-rail infobox on every enemy page. It renders a summary of the enemy's combat statistics, location and lore, and auto-categorises its host page into Category:Enemies

(plus Category:Bosses
and a per-region category where supplied). Blank required fields self-populate the hidden maintenance queues Category:Pages missing data
and Category:Pages needing an image

.

This template is also reachable through the legacy alias {{EnemyInfobox}} , which redirects here so the 49 pages that still call the old name keep working. Prefer Infobox Enemy on new pages.

Usage

Copy this skeleton to the top of an enemy page and fill in the values from current game data:

{{Infobox Enemy
| name       =
| image      =
| level      =
| tier       =
| boss       =
| health     =
| damage     =
| attacktype =
| speed      =
| aggro      =
| exp        =
| location   =
| region     =
| examine    =
| release    =
}}

Parameters

Parameter Description
name Exact in-game name. Defaults to the page title if omitted.
image Sprite file name, without the File: prefix (e.g. Fire_Slime.png). Falls back to the wiki logo and stamps Category:Pages needing an image
when blank.
alt Alt text for the image.
level Spawn level, if the enemy scales.
tier Difficulty tier (e.g. Elite, Raid), shown under the name.
boss Set to yes to also file the page under Category:Bosses

.

health Hitpoints (base value).
damage Touch/contact damage.
attacktype Primary attack style, if notable.
speed Move speed.
aggro Aggro radius.
exp EXP awarded on kill. May include a <ref> note.
location Where the enemy is found (wikilink).
region Parent region; also files the page under [[:Category:{region} enemies]].
examine Short flavour line.
release Version/date the enemy was added.

The legacy alias accepts the same parameters. The original 49 pages passed only name, health, damage, speed and exp; those all still render.