Module:Infobox Recipe: Difference between revisions
no edit summary
The Gaffer (talk | contribs) (Tidy) |
The Gaffer (talk | contribs) No edit summary |
||
Line 31:
--Calculate total value of output material(s)
local output1TotalValue = 0
if type(output1Value
output1TotalValue = output1Value[1]['Value'] * (tonumber(args.output1qty) or 1)
output1TotalValue = 0
end
end
|