2,662
editsAdded Compatibility with Legacy content tags
HiddenDragon (talk | contribs) No edit summary |
(Added Compatibility with Legacy content tags) |
||
Line 53: | Line 53: | ||
| fields = _pageName=page, name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Light Armour" | | where = type = "Light Armour" AND legacy IS NULL | ||
| default = {{ArmourTableEmpty}} | | default = {{ArmourTableEmpty}} | ||
| format = template | | format = template | ||
Line 86: | Line 86: | ||
| fields = _pageName=page, name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Medium Armour" | | where = type = "Medium Armour" AND legacy IS NULL | ||
| default = {{ArmourTableEmpty}} | | default = {{ArmourTableEmpty}} | ||
| format = template | | format = template | ||
Line 112: | Line 112: | ||
| fields = _pageName=page, name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | ||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Heavy Armour" | | where = type = "Heavy Armour" AND legacy IS NULL | ||
| default = {{ArmourTableEmpty}} | | default = {{ArmourTableEmpty}} | ||
| format = template | | format = template | ||
Line 119: | Line 119: | ||
}} | }} | ||
{{ArmourTableFooter}} | {{ArmourTableFooter}} | ||
=== Legacy content === | |||
{{#cargo_query: tables = equipment | |||
| fields = _pageName=page, name, legacy | |||
| order by = legacy | |||
| where = (type = "Light Armour" OR type = "Medium Armour" OR type = "Heavy Armour") AND (legacy = "unobtainable" OR legacy = "inaccessible") | |||
| format = template | |||
| template = Legacy item entry | |||
| intro = <ul> | |||
| outro = </ul> | |||
| named args = yes | |||
}} | |||
{{NavGameplay}} | {{NavGameplay}} |