Editing Module:AlchemistList
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 38: | Line 38: | ||
-- iterate through products |
-- iterate through products |
||
for _, item in ipairs(results) do |
for _, item in ipairs(results) do |
||
-- list of all pages to edit, if edit is needed |
|||
item.allPageEdits = { item.pageName } |
|||
for _,intermediate in ipairs(item.intermediateMaterials) do |
|||
table.insert(item.allPageEdits,intermediate.name) |
|||
end |
|||
-- profitability |
-- profitability |
||
Line 146: | Line 140: | ||
:done() |
:done() |
||
:ELSE() |
:ELSE() |
||
:node(plist. |
:node(plist.unknown_value_cell(1)) |
||
:END() |
:END() |
||