Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:GetCharUnites: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
|fields =
|fields =
   name, participants, game
   name, participants, game
|where=participants HOLDS {{#switch: {{{name}}}
|where=participants HOLDS '{{#switch: {{{name}}}
  | Hero = {{{name}}}
  | Hero = {{{name}}}
  | Jowy = {{{name}}}
  | Jowy = {{{name}}}
Line 10: Line 10:
  | Vincent = {{{name}}}
  | Vincent = {{{name}}}
  | #default = {{{name}}}
  | #default = {{{name}}}
}} AND game = "{{{game|}}}"
}}' AND game = "{{{game|}}}"
|format=template
|format=template
|limit=50
|limit=50

Revision as of 13:12, 30 March 2025

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'HOLDS '{{{name}}}' AND game = "" ORDER BY `cargo__Unites`.`_pageID`,`name`,`...' at line 1

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` WHERE participants HOLDS '{{{name}}}' AND game = "" ORDER BY `cargo__Unites`.`_pageID`,`name`,`participants`,`game` LIMIT 100