User:Taylan/CargoBugTest: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
This page showcases a bug in the Cargo extension. The auto-generated column name for the second column is unexpected.
{{#cargo_query: tables = item_icon
{{#cargo_query: tables = item_icon
|fields=TRIM(icon),CONCAT('40'),'common','',CONCAT('Confessions, Vol. 1, Father Lorgan') = name
| fields = rarity, CONCAT("Confessions, Vol. 1, Father Lorgan")
|where=item_icon._pageName="Confessions, Vol. 1, Father Lorgan"
| where = item_icon._pageName = "Confessions, Vol. 1, Father Lorgan"
|limit=1
| order by = item_icon._pageName
|order by=item_icon._pageName
}}
}}

Navigation menu