The Slab: Difference between revisions
From IdleOn MMO Wiki
Kiokurashi (talk | contribs) (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 }}") |
Kiokurashi (talk | contribs) 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 | ||
{{# | <div style="width:50%;display:table;margin:auto;"> | ||
|fields=_pageName=Page,Image, | {{#cargo_compound_query: | ||
|where= | tables=Items;fields=_pageName=Page,Image,SlabOrder;where=SlabOrder>=0;limit=1500;order by=SlabOrder | ||
|order by= | |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 | ||
| | |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.