Test Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
## Random queries: | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Items | tables=Items | ||
|where=Name='KVR Helmet' | |where=Name='KVR Helmet' | ||
|fields=Name,Category,SubCategory,Volume,maxIncfromActiveMatter | |fields=Name,Category,SubCategory,Volume,minIncfromActiveMatter,maxIncfromActiveMatter | ||
|format=template | |format=template | ||
|template=Template:ItemRow | |template=Template:ItemRow | ||
|named args=yes | |named args=yes | ||
}} | }} | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Items | tables=Items | ||
| Line 14: | Line 16: | ||
|template=Template:ItemRow | |template=Template:ItemRow | ||
|named args=yes | |named args=yes | ||
}} | |||
## All ammo: | |||
{{#cargo_query: | |||
tables=Items | |||
|fields=Name,Category,SubCategory,Volume,maxIncfromActiveMatter | |||
|where=SubCategory='Ammunition' | |||
|format=table | |||
|headers=plain | |||
}} | }} | ||
Revision as of 17:55, 1 October 2025
- Random queries:
Error: No field named "minIncfromActiveMatter" found for any of the specified database tables.
Error: No field named "maxIncfromActiveMatter" found for any of the specified database tables.
- All ammo:
Error: No field named "maxIncfromActiveMatter" found for any of the specified database tables.