Editing Module:Infobox Recipe
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 35: | Line 35: | ||
--Calculate total value of output material(s) |
--Calculate total value of output material(s) |
||
local output1TotalValue = 0 |
local output1TotalValue = 0 |
||
if |
if output1Value[1]['Value'] ~= nil then |
||
output1TotalValue = output1Value[1]['Value'] * (tonumber(args.output1qty) or 1) |
|||
⚫ | |||
output1TotalValue = output1Value[1]['Value'] * (tonumber(args.output1qty) or 1) |
|||
⚫ | |||
⚫ | |||
⚫ | |||
end |
|||
end |
end |
||