2,653
editsMore actions
Added Compatibility with Legacy content tags
HiddenDragon (talk | contribs) 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}} |