Template:ItemDrops: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
| [[{{{monster|Monster}}}]] || {{{combat|Combat level}}} || {{{quantity|Quantity}}} || {{#ifexpr: {{{rarity}}} = | | [[{{{monster|Monster}}}]] || {{{combat|Combat level}}} || {{{quantity|Quantity}}} || {{#ifexpr: {{{rarity}}} = 100 | ||
| data-sort-value={{{rarity}}} style="background-color:lightblue" {{!}} Always | | data-sort-value={{{rarity}}} style="background-color:lightblue" {{!}} Always | ||
| {{#ifexpr: {{{rarity}}} | | {{#ifexpr: {{{rarity}}} > 10 | ||
| data-sort-value={{{rarity}}} style="background-color:palegreen" {{!}} Common | | data-sort-value={{{rarity}}} style="background-color:palegreen" {{!}} Common | ||
| {{#ifexpr: {{{rarity}}} | | {{#ifexpr: {{{rarity}}} > 5 | ||
| data-sort-value={{{rarity}}} style="background-color:khaki" {{!}} Uncommon | | data-sort-value={{{rarity}}} style="background-color:khaki" {{!}} Uncommon | ||
| {{#ifexpr: {{{rarity}}} | | {{#ifexpr: {{{rarity}}} > 1 | ||
| data-sort-value={{{rarity}}} style="background-color:lightsalmon" {{!}} Rare ({{{rarity}}} | | data-sort-value={{{rarity}}} style="background-color:lightsalmon" {{!}} Rare (1 in {{#expr: 1/{{{rarity}}}*100 round 0 }} kills) | ||
| data-sort-value={{{rarity}}} style="background-color:lightcoral" {{!}} Very rare ({{{rarity}}} | | data-sort-value={{{rarity}}} style="background-color:lightcoral" {{!}} Very rare (1 in {{#expr: 1/{{{rarity}}}*100 round 0 }} kills) | ||
}} | }} | ||
}} | }} |
Latest revision as of 00:16, 27 December 2019
This template can be used to display which monsters drop a specific item.
{{ItemDropsTableHead}} {{ItemDrops|monster=Monster|combat=Combat level|quantity=Quantity|rarity=Rarity }} {{TableEnd}}
This line of code displays such table.
Monster | Combat level | Quantity | Rarity |
---|---|---|---|
Monster | Combat level | Quantity | Uncommon |