65,724
editsAd placeholder
Handwear: Difference between revisions
Jump to navigation
Jump to search
Added page name to query
(Added legacy-only query at the end of the page.) |
HiddenDragon (talk | contribs) (Added page name to query) |
||
Line 16: | Line 16: | ||
{{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 = "Gloves" AND (proficiency is null or proficiency = "") AND legacy IS NULL | | where = type = "Gloves" AND (proficiency is null or proficiency = "") AND legacy IS NULL | ||
Line 32: | Line 32: | ||
{{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 = "Gloves" AND proficiency = "Light Armour" AND legacy IS NULL | | where = type = "Gloves" AND proficiency = "Light Armour" AND legacy IS NULL | ||
Line 48: | Line 48: | ||
{{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 = "Gloves" AND proficiency = "Medium Armour" AND legacy IS NULL | | where = type = "Gloves" AND proficiency = "Medium Armour" AND legacy IS NULL | ||
Line 64: | Line 64: | ||
{{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 = "Gloves" AND proficiency = "Heavy Armour" AND legacy IS NULL | | where = type = "Gloves" AND proficiency = "Heavy Armour" AND legacy IS NULL | ||
Line 76: | Line 76: | ||
=== Legacy content === | === Legacy content === | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = name, legacy | | fields = _pageName=page, name, legacy | ||
| order by = legacy | | order by = legacy | ||
| where = type = "Gloves" AND (legacy = "unobtainable" OR legacy = "inaccessible") | | where = type = "Gloves" AND (legacy = "unobtainable" OR legacy = "inaccessible") |