Ad placeholder

Template:DropTable: Difference between revisions

Jump to navigation Jump to search
update params again
(make more of the drops use item=)
(update params again)
Line 16: Line 16:


<pre>{{DropTableRow
<pre>{{DropTableRow
|icon=(optional) The item's icon without a File: prefix.
|icon_override=(optional) The item's icon. This will be included directly into the template, so you will need to format it properly.
|item=The page name of the item. No square brackets required.
|item=The page name of the item. No square brackets required.
|quantity=How many of the item is dropped. It can be a range (e.g. 3 - 5) or a set of possibilities (1;3;5).
|quantity=How many of the item is dropped. It can be a range (e.g. 3 - 5) or a set of possibilities (1;3;5).
|rarity=The weight of the item in the drop table, specified as a fraction. Write "Always" for guaranteed drops.
|rarity=The weight of the item in the drop table, specified as a fraction. Write "Always" for guaranteed drops.
|icon=(optional) An image without the File: prefix. If provided, overrides the automatic Cargo icon.
|rarity_override=(optional) If icon is specified, will set the rarity.
|note=(optional) A note to add on the item link. It will be inserted as-is, so use the <ref> tag.
|note=(optional) A note to add on the item link. It will be inserted as-is, so use the <ref> tag.
|skip_chance=If non-empty will hide the Chance column.
|skip_chance=If non-empty will hide the Chance column.

Navigation menu