User:Kaimbe: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#cargo_query: tables = equipment | fields = name, image, special, rarity | order by = rarity_order, name | where = type = "Clothing" | default = {{OtherEquipmentTableEmpty}} | format = template | template = OtherEquipmentTableRow | named args = yes }}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{# | |||
| fields = name, image, special, | {{#cargo_compound_query: | ||
tables=equipment;fields=name,image,type,special,where_to_find;order by=rarity_order,name | |||
| | |tables=weapons;fields=name,image,type,special,where_to_find;order by=rarity_order,name | ||
| | |limit=100 | ||
| format = | |offset=0 | ||
| | |format=dynamic table | ||
| | |details fields=where_to_find | ||
|searchable columns=yes | |||
}} | }} |
Revision as of 20:11, 18 August 2023
Error: No field named "where_to_find" found for any of the specified database tables.