606
edits
m |
m |
||
| Line 145: | Line 145: | ||
table.insert(productionData, {label = 'Consumes', value = input}) | table.insert(productionData, {label = 'Consumes', value = input}) | ||
end | end | ||
end | end | ||
| Line 163: | Line 159: | ||
table.insert(productionData, {label = 'Produces', value = output}) | table.insert(productionData, {label = 'Produces', value = output}) | ||
end | end | ||
if #productionData > 0 then | |||
addSection(infobox, productionData, 'Production') | |||
end | |||
end | end | ||
--/ | --/ | ||
edits