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
  • 19:49, 14 March 2024 Kiokurashi talk contribs created page Module:Usedin (Created page with "local p = {} local cargo = mw.ext.cargo local NumberFormater = require('Module:NumberFormater') local tooltipstruct = [[<span class="simple-tooltip simple-tooltip-inline tooltipstered" style="color: #b847cb;" data-simple-tooltip="%s">%s</span>]] local rowstruct = [=[<tr> <td>40px|link= %s</td> <td>%s</td> <td>%s</td> </tr>]=] local ret = {} function p.main(frame) local item = frame.args[1] -- QuerySmithingRecipes(item) -- QueryStam...")