Jump to content

📢 Please make sure to read our Style Guide before editing. For questions, suggestions, or technical issues, please contact Noah. ✖

Main public logs

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).

Logs
  • 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...")