Template:GetCharUnites: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
|fields = | |fields = | ||
name, participants, game | name, participants, game | ||
|where=participants like '% {{{name}}}%' AND game = "{{{game|}}}" | |where=participants like '%{{{name}}}%' OR '%[[{{{name}}}]]%' AND game = "{{{game|}}}" | ||
|format=template | |format=template | ||
|limit=50 | |limit=50 | ||
Revision as of 07:57, 30 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`,`game` AS `game` FROM `cargo__Unites` `Unites` WHERE participants like '%{{{name}}}%' OR '%[[{{{name}}}]]%' AND game = "" ORDER BY `cargo__Unites`.`_pageID`,`name`,`participants`,`game` LIMIT 100