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
  • 14:27, 29 December 2022 Kiokurashi talk contribs created page Module:SourcesQuery (Created page with "local p = {} local cargo = mw.ext.cargo function p.Main( frame ) local item = frame.args.item local result = '' result = SmithingSources(item, result) return result end function SmithingSources(item, result) local tables = 'AnvilCraft' local fields = 'RecipeFrom' -- optional parameters are grouped in one table -- you can omit any or all of them, except join if you use more than one table local args = { where = 'AnvilCraft._pageName="'.. i...")