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
  • 18:49, 12 April 2024 Kiokurashi talk contribs undeleted page Module:RecipeDetails/data (3 revisions)
  • 16:50, 12 April 2024 Kiokurashi talk contribs deleted page Module:RecipeDetails/data (content was: "local data = {} local cargo = mw.ext.cargo -- Query smithing table for the recipe and retrieve the ingeredients local function _buildRecipeTable() local allRecipes = {} -- Query local args = { orderBy = 'AnvilCraft.Item' } local recipes = cargo.query('AnvilCraft', 'Item, Resource1, Quantity1, Resource2, Quantity2, Resource3, Quantity3, Resource4,...", and the only contributor was "Kiokurashi" (talk))
  • 16:26, 12 April 2024 Kiokurashi talk contribs created page Module:RecipeDetails/data (Created page with "local data = {} -- Query smithing table for the recipe and retrieve the ingeredients local function _buildRecipeTable() local allRecipes = {} -- Query local args = { orderBy = 'AnvilCraft.Item' } local recipes = cargo.query('AnvilCraft', 'Item, Resource1, Quantity1, Resource2, Quantity2, Resource3, Quantity3, Resource4, Quantity4', args ) if #recipes == 0 then return {} end -- if no results, exit with an empty table. for r=1, #recipes do...")