Module:RecipeDetails: Revision history

From IdleOn MMO Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

10 April 2024

7 April 2024

27 March 2024

26 March 2024

25 March 2024

  • curprev 19:1819:18, 25 March 2024Kiokurashi talk contribs 1,398 bytes +1,398 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..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)