Template:Weapon type page: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 54: Line 54:
{{#cargo_query:
{{#cargo_query:
tables = weapons
tables = weapons
| fields = CONCAT('[[File:', image, '|frameless|200px|link=', name, ']] <br> [[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]') = Weapon, enchantment = Enchantment, price = Price, special = Special
| fields = CONCAT('[[File:', image, '|frameless|100px|link=', name, ']] <br> [[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]') = Weapon, enchantment = Enchantment, damage = Damage, CONCAT(weight_kg, '{{nbts}}kg / ', weight_lb, '{{nbts}}lb') = Weight, price = Price, special = Special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "{{{type}}}" and name != ""
| where = type = "{{{type}}}" and name != ""

Navigation menu