Main public logs
Appearance
Combined display of all available logs of CrabCraft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:33, 24 June 2025 Dex talk contribs created page Module:ShopListTable (Created page with "local p = {} local cargo = mw.ext.cargo function p.Main(frame) local tables = 'base_data' local fields = 'season,basename,owner,basetype,location,dateestablished' local args = { orderBy = 'season ASC, basename ASC', limit = 100 -- Optional; remove or increase if needed } local results = cargo.query(tables, fields, args) local out = {} table.insert(out, '{| class="wikitable sortable plainlinks"') table.insert(out, '! Season !! Base !! Owner !! Type !! Locat...")