Template:GetEquipShieldS3: Difference between revisions
Template page
More actions
No edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
equipListS3 | equipListS3 | ||
|fields = | |fields = | ||
name, _pageName, def, | name, _pageName, def, weight, block, value, slot, type | ||
|format=template | |format=template | ||
|where= | |where=slot = "Shield" | ||
|limit=240 | |limit=240 | ||
|template=equipShieldS3Row | |template=equipShieldS3Row | ||
| Line 11: | Line 11: | ||
{{{!}} class="wikitable sortable" | {{{!}} class="wikitable sortable" | ||
{{!}}- class="citizen-overflow-sticky-header" | {{!}}- class="citizen-overflow-sticky-header" | ||
! class="wikitable-title" style="width:20%" {{!}} Name !! class="wikitable-title" style="width:6%" {{!}} DEF !! class="wikitable-title" style="width: | ! class="wikitable-title" style="width:20%" {{!}} Name !! class="wikitable-title" style="width:6%" {{!}} DEF !! class="wikitable-title" style="width:6%" {{!}} Wt. !! class="wikitable-title" style="width:6%" {{!}} Block !! class="wikitable-title" style="width:47%" {{!}} Other Effects !! class="wikitable-title" style="width:15%" {{!}} Potch | ||
|outro={{CloseTable}} | |outro={{CloseTable}} | ||
|more results text= | |more results text= | ||
Revision as of 09:45, 7 May 2025
Error 1054: Unknown column 'cargo__equipListS3._pageID' in 'SELECT'
Function: CargoSQLQuery::run Query: SELECT `cargo__equipListS3`.`_pageID` AS `cargo_backlink_page_id_equipListS3`,`name` AS `name`,`_pageName` AS `_pageName`,`def` AS `def`,`weight` AS `weight`,`block` AS `block`,`value` AS `value`,`slot` AS `slot`,`type` AS `type` FROM `cargo__equipListS3` `equipListS3` WHERE slot = "Shield" ORDER BY `cargo__equipListS3`.`_pageID`,`name`,`_pageName`,`def`,`weight` LIMIT 100