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:18, 25 March 2024 Kiokurashi talk contribs created page Module:RecipeDetails (Created page with "local p = {} local cargo = mw.ext.cargo -- Takes a list of items and an optional iterator for indentation. function p.RecipeBreakdownRecursive(items, i) local indent = i or 1 -- Used to set padding later. local fullTableStruct = { -- inserted as ( indent, itemName, amount ) } for n = 1, #items do -- Should be a max of 4 items per recipe. -- Insert item into fullTableStruct. -- Query smithing table for the recipe and retrieve the ingeredients -- If previous l...")