Footwear: Difference between revisions

Jump to navigation Jump to search
381 bytes added ,  28 November 2023
Added Compatibility with Legacy content tags
No edit summary
(Added Compatibility with Legacy content tags)
Line 17: Line 17:
| 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 = "Boots" AND (proficiency is null or proficiency = "")
| where = type = "Boots" AND (proficiency is null or proficiency = "") AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 33: Line 33:
| 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 = "Boots" AND proficiency = "Light Armour"
| where = type = "Boots" AND proficiency = "Light Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 49: Line 49:
| 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 = "Boots" AND proficiency = "Medium Armour"
| where = type = "Boots" AND proficiency = "Medium Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 65: Line 65:
| 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 = "Boots" AND proficiency = "Heavy Armour"
| where = type = "Boots" AND proficiency = "Heavy Armour" AND legacy IS NULL
| default = {{OtherEquipmentTableEmpty}}
| default = {{OtherEquipmentTableEmpty}}
| format = template
| format = template
Line 72: Line 72:
}}
}}
{{OtherEquipmentTableFooter}}
{{OtherEquipmentTableFooter}}
=== Legacy content ===
{{#cargo_query: tables = equipment
| fields = _pageName=page, name, legacy
| order by = legacy
| where = type = "Boots" AND (legacy = "unobtainable" OR legacy = "inaccessible")
| format = template
| template = Legacy item entry
| intro = <ul>
| outro = </ul>
| named args = yes
}}


{{NavGameplay}}
{{NavGameplay}}
2,645
edits

Navigation menu