All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:38, 25 July 2024 Jasaj talk contribs created page Module:AreaMapDisplayJSON (Created page with "local p = {} local cargo = mw.ext.cargo function p.map(frame) local args = frame.args local WorldImage = args.WorldImage local data = mw.loadData('Module:AreaMapDisplayData.json') local result = {} for _, record in ipairs(data) do if record.WorldImage == worldImage then table.insert(result, record) end end local root = mw.html.create('div') :css({ position = 'relative', left =...")