Difference between revisions of "Template:MagicItemTable Slot"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* 1: slot of magic item (armor, head, shoulders, etc) | * 1: slot of magic item (armor, head, shoulders, etc) | ||
* 2: price (first table will contain items price 0 to price, next price to 4xprice, etc), default 2000 | |||
</noinclude><includeonly><!-- | </noinclude><includeonly><!-- | ||
-->{{Grid|type=begin}}{{#cargo_query:tables=MagicItems | -->{{Grid|type=begin}}{{#cargo_query:tables=MagicItems | ||
|default= | |default= | ||
|where=Slot="{{{1}}}" AND Cost < "2000" | |where=Slot="{{{1}}}" AND Cost < "{{{2|2000}}}" | ||
|order by=Cost,Name | |order by=Cost,Name | ||
|fields=CONCAT( '[[', _pageName, '|', Name, ']]' ) = Item,CostGp=Price,WeightLbs=Weight | |fields=CONCAT( '[[', _pageName, '|', Name, ']]' ) = Item,CostGp=Price,WeightLbs=Weight |
Revision as of 14:11, 20 January 2022
All lower-case
- 1: slot of magic item (armor, head, shoulders, etc)
- 2: price (first table will contain items price 0 to price, next price to 4xprice, etc), default 2000