12,652
editsAd placeholder
Rings: Difference between revisions
Jump to navigation
Jump to search
no edit summary
m (cat) |
No edit summary |
||
Line 5: | Line 5: | ||
=== Common === | === Common === | ||
=== Common === | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = name | |||
| where = type = "Rings" AND rarity = "common" | |||
| default = ''None known so far.'' | |||
| intro = {{OtherEquipmentTableHeader}} | |||
| outro = </table> | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
=== {{Uncommon}} === | === {{Uncommon}} === | ||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = name | |||
| where = type = "Rings" AND rarity = "uncommon" | |||
| default = ''None known so far.'' | |||
| intro = {{OtherEquipmentTableHeader}} | |||
| outro = </table> | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
=== {{Rare}} === | === {{Rare}} === | ||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = name | |||
| where = type = "Rings" AND rarity = "rare" | |||
| default = ''None known so far.'' | |||
| intro = {{OtherEquipmentTableHeader}} | |||
| outro = </table> | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
=== {{Very rare}} === | |||
{{#cargo_query: tables = equipment | |||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = name | |||
| where = type = "Rings" AND rarity = "very rare" | |||
| default = ''None known so far.'' | |||
| intro = {{OtherEquipmentTableHeader}} | |||
| outro = </table> | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} | |||
=== {{ | === {{Story}} === | ||
'' | {{#cargo_query: tables = equipment | ||
| fields = name, image, rarity, weight_kg, weight_lb, price, special | |||
| order by = name | |||
| where = type = "Rings" AND rarity = "story" | |||
| default = ''None known so far.'' | |||
| intro = {{OtherEquipmentTableHeader}} | |||
| outro = </table> | |||
| format = template | |||
| template = OtherEquipmentTableRow | |||
| named args = yes | |||
}} |