Module:CraftingRecipe: Revision history

Jump to navigation Jump to search

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.

24 June 2025

  • curprev 10:3610:36, 24 June 2025 Admin talk contribs 1,068 bytes +306 No edit summary undo
  • curprev 10:3410:34, 24 June 2025 Admin talk contribs 762 bytes −49 No edit summary undo
  • curprev 10:3210:32, 24 June 2025 Admin talk contribs 811 bytes +811 Created page with "local p = {} function p.show(frame) local ingredients = frame.args['ingredients'] local products = frame.args['products'] local ingredientList = mw.text.split(ingredients, ',') local productList = mw.text.split(products, ',') local result = '{| class="wikitable"\n! Ingredient !! Amount\n' for _, item in ipairs(ingredientList) do local parts = mw.text.split(item, ':') result = result .. '|-\n| ' .. parts[1] .. ' || ' .. parts[2]..."