1,935
editsAd placeholder
Handwear: Difference between revisions
Jump to navigation
Jump to search
more uid
m (Added uid field to cargo table) |
(more uid) |
||
Line 32: | Line 32: | ||
{{OtherEquipmentTableHeader}} | {{OtherEquipmentTableHeader}} | ||
{{#cargo_query: tables = equipment | {{#cargo_query: tables = equipment | ||
| fields = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, 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 = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, 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 = _pageName=page, name, image, rarity, weight_kg, weight_lb, price, special | | fields = _pageName=page, name, uid, 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 = _pageName=page, name, legacy | | fields = _pageName=page, uid, 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") |