Template:DropsTableLine/doc
Usage[edit source]
DropsLine template is used to add an item to a drop table. It is important to begin the drop table with Template:DropsTableHead and end it with:
|}
Everything between those elements are DropsLine. DropsLine takes four parameters that represent the columns of the the table:
- Name (link to item)
- Quantity (quantity or quantities dropped)
- Rarity (item rarity: either Always, Common, Uncommon, Rare or Very rare
Example[edit source]
{{DropsTableHead}} {{DropsLine |Name = Air-Rune |Quantity = 5 |Rarity = Uncommon}} {{DropsTableBottom}}
Item | Quantity | Rarity | |
---|---|---|---|
![]() | Air-Rune | 5 | Uncommon |
You can and should, of course, add more DropsLines for more drops.