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

Template:GetS2EnemyData: Difference between revisions

Template page
Created page with "{{#cargo_query: table= S2_enemies |fields = image, name, lv, hp, potch, item_1, item_2, item_3, location |where=location = "{{{location|}}}" |format=template |limit=240 |template=Enemies list row (Suikoden II) |intro={{Enemies list (Suikoden II)|location={{{location|}}}}} |outro={{CloseTable}} |more results text= |named args=yes }} <noinclude>Category:Cargo query templates</noinclude>"
(No difference)

Revision as of 09:16, 20 March 2025

Error 1054: Unknown column 'cargo__S2_enemies._pageID' in 'SELECT'

Function: CargoSQLQuery::run Query: SELECT `cargo__S2_enemies`.`_pageID` AS `cargo_backlink_page_id_S2_enemies`,`image` AS `image`,`name` AS `name`,`lv` AS `lv`,`hp` AS `hp`,`potch` AS `potch`,`item_1` AS `item 1`,`item_2` AS `item 2`,`item_3` AS `item 3`,`location` AS `location` FROM `cargo__S2_enemies` `S2_enemies` WHERE location = "" ORDER BY `cargo__S2_enemies`.`_pageID`,`image`,`name`,`lv`,`hp` LIMIT 100