Template:DropsLine
Appearance
Adds one row to a drop table opened with {{DropsTableHead}}
. Columns are Item ·
Quantity · Rarity · Value.
Usage
{{DropsLine|name=Ember blade|img=Ember blade.png|qty=1|rarity=Rare|value=25000}}
{{DropsLine|Bones|qty=1|rarity=Always|value=2}}
Parameters
| Parameter | Description |
|---|---|
name (or 1) |
Item dropped; links to the item page. Required. |
img |
Optional icon file name (without File:), shown before the link.
|
note |
Optional parenthetical note after the item name (e.g. "noted"). |
qty |
Quantity dropped. Accepts a single number or a range like 1-3. Defaults to 1. Sorts on the value given.
|
rarity |
Drop tier. The cell is colour-coded when it matches a known tier — Always, Common, Uncommon, Rare, Very rare — otherwise it prints the raw text (e.g. a fraction such as 1/128) with no fill.
|
value |
Coin value of a single item. Rendered "n coins" and sorted numerically; shows an em dash when blank. |
Notes
- Must start on its own line.
- Every quantity, rarity, and value must come from current game data — never estimated.