2,653
editsMore actions
m
no edit summary
(Added Compatibility with Legacy content tags) |
mNo edit summary |
||
Line 15: | Line 15: | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "") | | where = (type = "Helmets" OR type = "Headwear") AND (proficiency is null or proficiency = "") AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 31: | Line 31: | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour" | | where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Light Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 47: | Line 47: | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour" | | where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Medium Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template | ||
Line 63: | Line 63: | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour" | | where = (type = "Helmets" OR type = "Headwear") AND proficiency = "Heavy Armour" AND legacy IS NULL | ||
| default = {{OtherEquipmentTableEmpty}} | | default = {{OtherEquipmentTableEmpty}} | ||
| format = template | | format = template |