Data:Sample:Components: Difference between revisions

From Desynced Wiki
(Created page with "Category:Data:Sample {{#cargo_query: tables=component |fields=name,CONCAT( '64x64px|link=', name, '')=Image,damage,charge_duration_sec,projectile_delay_sec,splash_range |where=damage > 0 |format=dynamic table |order by=damage DESC }}")
 
No edit summary
Line 3: Line 3:
{{#cargo_query:
{{#cargo_query:
tables=component
tables=component
|fields=name,CONCAT( '[[File:', name, '.png|64x64px|link=', name, ']]')=Image,damage,charge_duration_sec,projectile_delay_sec,splash_range
|fields=name,CONCAT( '[[File:', name, '.png|64x64px|link=', name, ']]')=Image,damage,charge_duration_sec=Shot Delay,projectile_delay_sec=Projectile Travel Time,splash_range
|where=damage > 0
|where=damage > 0
|format=dynamic table
|format=dynamic table
|order by=damage DESC
|order by=damage DESC
}}
}}

Revision as of 03:49, 14 August 2023


Error: No field named "charge_duration_sec" found for any of the specified database tables.