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
  • 16:35, 24 July 2024 Jasaj talk contribs created page Module:AreaMapDisplay (Created page with "local p = {} local cargo = mw.ext.cargo function p.map(frame) local args = frame.args local WorldImage = args.WorldImage local results = cargo.query( 'AreaMapDisplayData', 'Area, WorldImage, x, y, Size, ID', {where = 'WorldImage = "' .. mw.text.nowiki(WorldImage) .. '"'} ) local root = mw.html.create('div') :css({ position = 'relative', left = '0px', top = '0px', width...")