Jump to content

Template:DropsTableHead

From Community Wiki | Soulbound: Online

Opens a sortable drop table with the fixed columns Item · Quantity · Rarity · Value. Pair it with one {{DropsLine}}

per drop and close the table with a literal

|}. Used in the Drops section of an NPC or enemy page (see the NPC/Enemy layout).

Drops are grouped into tiers — Always → Gear → Materials → Rare → Tertiary — by starting a fresh table per tier and passing the tier name as the caption.

Usage

{{DropsTableHead|Always}}
{{DropsLine|name=Bones|qty=1|rarity=Always|value=2}}
|}

{{DropsTableHead|Rare drops}}
{{DropsLine|name=Ember blade|img=Ember blade.png|qty=1|rarity=Rare|value=25000}}
{{DropsLine|name=Ember shard|qty=1-3|rarity=Very rare|value=4000}}
|}

Parameters

  • 1 — optional caption naming the drop tier (e.g. Always, Weapons and
 armour, Rare drops, Tertiary).

Notes

  • Must be the first thing on its line so the {| is parsed
 as a table.
  • The table is sortable; the Rarity column is deliberately unsortable
 because its cells are colour-coded tiers rather than a single ordering.