4,214
editsAd placeholder
Handwear: Difference between revisions
Jump to navigation
Jump to search
Added legacy-only query at the end of the page.
m (→Legacy content) |
(Added legacy-only query at the end of the page.) |
||
Line 18: | Line 18: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Gloves" | | where = type = "Gloves" AND (proficiency is null or proficiency = "") AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 34: | Line 34: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Gloves" AND proficiency = "Light Armour" | | where = type = "Gloves" AND proficiency = "Light Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 50: | Line 50: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Gloves" AND proficiency = "Medium Armour" | | where = type = "Gloves" AND proficiency = "Medium Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 66: | Line 66: | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | | fields = name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Gloves" AND proficiency = "Heavy Armour" | | where = type = "Gloves" AND proficiency = "Heavy Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template |