Clothing: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
== List of Clothing ==
== List of Clothing ==


{{#cargo_query:
{{#cargo_query: tables = equipment
tables = equipment
| fields = name, image, rarity, weight_kg, weight_lb, price, special
| fields =  
  CONCAT('<div style="text-align: center;">',
        '[[File:', image, '|frameless|80px|link=', name, ']] <br>',
        '[[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]',
        '</div>'
        ) = Item,
  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 = "Clothing"
| where = type = "Clothing"
| format = table
| intro = {{OtherEquipmentTableHeader}}
| outro = </table>
| format = template
| template = OtherEquipmentTableRow
| named args = yes
}}
}}