64,987
editsAd placeholder
Footwear: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
HiddenDragon (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = 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 = "") | ||
Line 31: | Line 31: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = 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" | ||
Line 47: | Line 47: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = 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" | ||
Line 63: | Line 63: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = 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" |