Template:GetCharUnites: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{ | {{#cargo_query: | ||
table= | |||
Unites | |||
|fields = | |||
name, participants, target, damage, effect, timer, game | |||
| | |where=participants like '%{{{name|}}}%' | ||
|format=template | |||
|limit=240 | |||
|template=Unite_TableRow2 | |||
|intro={{Unite TableHeader|name={{{name|}}}}} | |||
|outro={{CloseTable}} | |||
|more results text= | |||
|named args=yes | |||
}} | }} | ||
<noinclude>[[Category:Cargo query templates]]</noinclude> | |||
< | |||
</ | |||
Revision as of 16:53, 26 March 2025
Error 1054: Unknown column 'cargo__Unites._pageID' in 'SELECT'
Function: CargoSQLQuery::run Query: SELECT `cargo__Unites`.`_pageID` AS `cargo_backlink_page_id_Unites`,`name` AS `name`,`participants` AS `participants`,`target` AS `target`,`damage` AS `damage`,`effect` AS `effect`,`timer` AS `timer`,`game` AS `game` FROM `cargo__Unites` `Unites` WHERE participants like '%%' ORDER BY `cargo__Unites`.`_pageID`,`name`,`participants`,`target`,`damage` LIMIT 100