Ad placeholder

Template:DropTable: Difference between revisions

Jump to navigation Jump to search
add droptablegold, tradergoldrow
(update params again)
(add droptablegold, tradergoldrow)
Line 31: Line 31:


=== {{[[Template:DropTableDivider]]}} ===
=== {{[[Template:DropTableDivider]]}} ===
Creates a whole-table row with text in it. This is useful for noting levelled sections of a drop table.
Creates a whole-table row with text in it. This is useful for noting leveled sections of a drop table.


<pre>{{DropTableDivider|}}</pre>
<pre>{{DropTableDivider|}}</pre>
=== {{[[Template:DropTableGold]]}} ===
Creates a row that displays an amount or range of gold. The icon is automatically set to the lower number provided.
<pre>{{DropTableGold|lower=|upper=}}</pre>
=== {{[[Template:TraderGoldRow]]}} ===
Creates a row that displays the amount of gold a trader of a given level and wealth would have.
<pre>{{TraderGoldRow|lower=|upper=|wealth=}}</pre>


=== {{[[DropTableEnd]]}} ===
=== {{[[DropTableEnd]]}} ===
Line 52: Line 62:
{{DropTableStart}}
{{DropTableStart}}
{{DropTableDivider|Level 1 - 3}}
{{DropTableDivider|Level 1 - 3}}
{{DropTableRow|icon=Gold Pile Medium Item Icon.png|item=Gold|quantity=5 - 93|rarity=Always}}
{{DropTableGold|lower=5|upper=93}}
{{DropTableDivider|Level 4 - 9}}
{{DropTableDivider|Level 4 - 9}}
{{DropTableRow|icon=Gold Pile Medium Item Icon.png|item=Gold|quantity=5 - 93|rarity=1/2}}
{{DropTableGold|lower=5|upper=93|rarity=1/2}}
{{DropTableRow|icon=Gold Pile Medium Item Icon.png|item=Gold|quantity=20 - 159|rarity=1/2}}
{{DropTableGold|lower=20|upper=159|rarity=1/2}}
{{DropTableDivider|Level 10+}}
{{DropTableDivider|Level 10+}}
{{DropTableRow|icon=Gold Pile Medium Item Icon.png|item=Gold|quantity=5 - 93|rarity=1/3}}
{{DropTableGold|lower=5|upper=93|rarity=1/3}}
{{DropTableRow|icon=Gold Pile Medium Item Icon.png|item=Gold|quantity=20 - 159|rarity=1/3}}
{{DropTableGold|lower=20|upper=159|rarity=1/3}}
{{DropTableRow|icon=Gold Pile Medium Item Icon.png|item=Gold|quantity=50 - 210|rarity=1/3}}
{{DropTableGold|lower=100|upper=250|rarity=1/3}}
{{DropTableEnd}}
{{DropTableEnd}}


Navigation menu