Template:ItemDrops/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "== ItemDrops Template Parameters == === Basic Parameters === * '''item1''', '''item2''', '''item3''', etc. - The names of the items that can be dropped * '''rarity1''', '''rarity2''', '''rarity3''', etc. - The rarity of each corresponding item '''Valid rarity values: Always, Common, Uncommon, Rare, Very rare''' === Quantity Parameters === * '''itemQuant''' - Default quantity for all items (used if no specific quantity is provided) * '''item1Quant''', '''item2Quant''',..." |
No edit summary |
||
Line 18: | Line 18: | ||
* The module will generate rows for as many items as are specified in the template | * The module will generate rows for as many items as are specified in the template | ||
* The table is sortable and filterable | * The table is sortable and filterable | ||
[[Category:Templates]] |
Latest revision as of 02:50, 16 March 2025
ItemDrops Template Parameters
Basic Parameters
- item1, item2, item3, etc. - The names of the items that can be dropped
- rarity1, rarity2, rarity3, etc. - The rarity of each corresponding item
Valid rarity values: Always, Common, Uncommon, Rare, Very rare
Quantity Parameters
- itemQuant - Default quantity for all items (used if no specific quantity is provided)
- item1Quant, item2Quant, item3Quant, etc. - Specific quantity for each item (overrides the default)
Usage Notes
- Parameters are numbered sequentially (item1, item2, item3...)
- Each item must have a corresponding rarity value (rarity1, rarity2, rarity3...)
- Quantity can be specified globally with 'itemQuant' or individually with 'item1Quant', 'item2Quant', etc.
- The module will generate rows for as many items as are specified in the template
- The table is sortable and filterable