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

Template:GetEquipShieldS2: Difference between revisions

Template page
Created page with "{{#cargo_query: table= equipListS2 |fields = name, _pageName, def, value, slot, effect |format=template |where=slot = "Shield" |limit=240 |template=equipShieldS3Row |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:59%" {{!}} Other Effects !! class="wikitable-title" style="w..."
 
No edit summary
Line 7: Line 7:
|where=slot = "Shield"
|where=slot = "Shield"
|limit=240
|limit=240
|template=equipShieldS3Row
|template=equipShieldS2Row
|intro={{clear}}
|intro={{clear}}
{{{!}} class="wikitable sortable"
{{{!}} class="wikitable sortable"

Revision as of 11:56, 7 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`,`def` AS `def`,`value` AS `value`,`slot` AS `slot`,`effect` AS `effect` FROM `cargo__equipListS2` `equipListS2` WHERE slot = "Shield" ORDER BY `cargo__equipListS2`.`_pageID`,`name`,`_pageName`,`def`,`value` LIMIT 100