Template:GetEquipBodyS2: Difference between revisions
Template page
More actions
Created page with "{{#cargo_query: table= equipListS2 |fields = name, _pageName, def, effect, heavy, medium, gi, robe, value, slot |format=template |where=slot = "Body" |limit=240 |template=equipBodyS2Row |intro={{clear}} {{{!}} class="wikitable sortable" {{!}}- class="citizen-overflow-sticky-header" ! class="wikitable-title" style="width:20%" {{!}} Name !! class="wikitable-title" style="width:6%" {{!}} DEF !! class="wikitable-title" style="width:35%" {{!}} Other Effects !! class="wiki..." |
mNo edit summary |
||
| Line 3: | Line 3: | ||
equipListS2 | equipListS2 | ||
|fields = | |fields = | ||
name, _pageName, def, effect, heavy, medium, gi, robe, value, slot | name, _pageName, namePS1, def, effect, heavy, medium, gi, robe, value, slot | ||
|format=template | |format=template | ||
|where=slot = "Body" | |where=slot = "Body" | ||
Revision as of 09:41, 9 May 2025
Error 1054: Unknown column 'cargo__equipListS2._pageID' in 'SELECT'
Function: CargoSQLQuery::run Query: SELECT `cargo__equipListS2`.`_pageID` AS `cargo_backlink_page_id_equipListS2`,`name` AS `name`,`_pageName` AS `_pageName`,`namePS1` AS `namePS1`,`def` AS `def`,`effect` AS `effect`,`heavy` AS `heavy`,`medium` AS `medium`,`gi` AS `gi`,`robe` AS `robe`,`value` AS `value`,`slot` AS `slot` FROM `cargo__equipListS2` `equipListS2` WHERE slot = "Body" ORDER BY `cargo__equipListS2`.`_pageID`,`name`,`_pageName`,`namePS1`,`def` LIMIT 100