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

Template:GetEquipOtherS1: Difference between revisions

Template page
Created page with "{{#cargo_query: table= equipListS1 |fields = name, _pageName, def, effect, male, boy, female, girl, mystery, kobold, winged, value, slot |format=template |where=slot = "Other" |limit=240 |template=equipOtherS1Row |intro={{clear}} {{{!}} class="wikitable sortable" {{!}}- class="citizen-overflow-sticky-header" ! class="wikitable-title" style="width:20%" {{!}} Name !! class="wikitable-title" style="width:1%; font-size: 85%" {{!}} DEF !! class="wikitable-title" style="wi..."
 
No edit summary
Line 3: Line 3:
   equipListS1
   equipListS1
|fields =
|fields =
   name, _pageName, def, effect, male, boy, female, girl, mystery, kobold, winged, value, slot
   name, _pageName, def, effect, male, female, mystery, kobold, value, slot
|format=template
|format=template
|where=slot = "Other"
|where=slot = "Other"

Revision as of 12:25, 7 May 2025

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

Function: CargoSQLQuery::run Query: SELECT `cargo__equipListS1`.`_pageID` AS `cargo_backlink_page_id_equipListS1`,`name` AS `name`,`_pageName` AS `_pageName`,`def` AS `def`,`effect` AS `effect`,`male` AS `male`,`female` AS `female`,`mystery` AS `mystery`,`kobold` AS `kobold`,`value` AS `value`,`slot` AS `slot` FROM `cargo__equipListS1` `equipListS1` WHERE slot = "Other" ORDER BY `cargo__equipListS1`.`_pageID`,`name`,`_pageName`,`def`,`effect` LIMIT 100