Module:Sandbox/User:Alsang: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 61:
json.Value = product.Value
-- Filter out when this item isn't actually used (Will happen on pages with multiple recipes)
-- if Array.any(json.materials, function(mat) -- Bypass this for now will need to address this before going live
-- return mat.name == '[[' .. item ..']]'
-- end) then
table.insert(parsed, json)
-- end
end
table.sort(parsed, recipe_sort)
11,305

edits