Editing Module:CraftingRecipe
Revision as of 10:32, 24 June 2025 by Admin (talk | contribs) (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]...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://wiki.azmaringame.com/wiki/Module:CraftingRecipe"