User:Kaimbe: Difference between revisions

From bg3.wiki
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:
{{#cargo_query: tables = equipment
 
| fields = name, image, special, rarity
{{#cargo_compound_query:  
| order by = rarity_order, name
tables=equipment;fields=name,image,type,special,where_to_find;order by=rarity_order,name
| where = type = "Clothing"
|tables=weapons;fields=name,image,type,special,where_to_find;order by=rarity_order,name
| default = {{OtherEquipmentTableEmpty}}
|limit=100
| format = template
|offset=0
| template = OtherEquipmentTableRow
|format=dynamic table
| named args = yes
|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.