User:Llamageddon/ItemImages: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><onlyinclude>{{#cargo_query:  
>{{#cargo_query:  
tables=equipment
tables=equipment
|fields=name=Name, image=Image, icon=Icon, type=Type
|fields=CONCAT('<div style="text-align: center; vertical-align: middle;">', '{{ItemIcon|size=50|show_rarity=true|show_name=|name=', name, '}}', '<br>', '[[', name, ']]', '</div>')=Name, image=Image, type=Type
|order by=name, DESC
|format=dynamic table
|format=dynamic table
|details fields=Name, Image, Icon, Type
|order by=rarity_order DESC, name
|searchable columns=yes
|searchable columns=yes
|limit=500
|limit=500
|rows per page=10
|rows per page=10
|column widths=100px,60%,30%,30%,10%
|column widths=100px
}}</onlyinclude></includeonly>
}}<noinclude>
{{#cargo_declare:
_table = item_images
| name = String (unique; mandatory)
| image = File
| icon = File
| type = String
}}</noinclude>

Navigation menu