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

Template:GetEquipBodyS3: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:
   equipListS3
   equipListS3
|fields =
|fields =
   name, _pageName, def, effect1, effect2, heavy, medium, light, robe, cost, type
   name, _pageName, def, effect, heavy, medium, light, robe, value, type, slot, weight
|format=template
|format=template
|where=type = "Body"
|where=type = "Light armor" OR type = "Medium armor" OR type = "Heavy armor" OR type = "Tunic" OR type = "Robe"
|limit=240
|limit=240
|template=equipBodyS3Row
|template=equipBodyS3Row
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:35%" {{!}} Other Effects !! class="wikitable-title" style="width:6%" {{!}} Heavy !! class="wikitable-title" style="width:6%" {{!}} Medium !! class="wikitable-title" style="width:6%" {{!}} Light !! class="wikitable-title" style="width:6%" {{!}} Robe !! class="wikitable-title" style="width:15%" {{!}} Potch
! 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:29%" {{!}} Other Effects !! class="wikitable-title" style="width:6%" {{!}} Heavy !! class="wikitable-title" style="width:6%" {{!}} Medium !! class="wikitable-title" style="width:6%" {{!}} Light !! class="wikitable-title" style="width:6%" {{!}} Robe !! class="wikitable-title" style="width:15%" {{!}} Potch
|outro={{CloseTable}}
|outro={{CloseTable}}
|more results text=
|more results text=

Revision as of 10:20, 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`,`effect` AS `effect`,`heavy` AS `heavy`,`medium` AS `medium`,`light` AS `light`,`robe` AS `robe`,`value` AS `value`,`type` AS `type`,`slot` AS `slot`,`weight` AS `weight` FROM `cargo__equipListS3` `equipListS3` WHERE type = "Light armor" OR type = "Medium armor" OR type = "Heavy armor" OR type = "Tunic" OR type = "Robe" ORDER BY `cargo__equipListS3`.`_pageID`,`name`,`_pageName`,`def`,`effect` LIMIT 100