The Slab: Difference between revisions

From IdleOn MMO Wiki
(Created page with "''This page is a work in progress.'' The Slab consists of a list of items within the game. We have here those items listed out {{#cargo_query:table=Items |fields=_pageName=Page,Image,InternalGameID |where=InternalGameID >= 0 |order by=InternalGameID |format=table |named args=yes |limit=1300 }}")
 
No edit summary
Line 1: Line 1:
''This page is a work in progress.''
''This page is a work in progress.''
The Slab consists of a list of items within the game. We have here those items listed out
The Slab consists of a list of items within the game. We have here those items listed out
{{#cargo_query:table=Items
<div style="width:50%;display:table;margin:auto;">
|fields=_pageName=Page,Image,InternalGameID
{{#cargo_compound_query:
|where=InternalGameID >= 0
tables=Items;fields=_pageName=Page,Image,SlabOrder;where=SlabOrder>=0;limit=1500;order by=SlabOrder
|order by=InternalGameID
|tables=Stamps;fields=_pageName=Page,Image,SlabOrder;where=SlabOrder>=0;limit=1500;order by=SlabOrder
|format=table
|tables=Fishing_Accessories;fields=_pageName=Page,Image,SlabOrder;where=SlabOrder>=0;limit=1500;order by=SlabOrder
|order by=SlabOrder
|format=dynamic table
|named args=yes
|named args=yes
|limit=1300
|column widths=25%, 10%, 10%
}}
}}
</div>

Revision as of 00:00, 30 December 2022

This page is a work in progress. The Slab consists of a list of items within the game. We have here those items listed out

Error: No field named "SlabOrder" found for any of the specified database tables.