606
edits
Tag: Undo |
m (Can I delete the header between employees and production instead of putting them directly in production? Time to find out) |
||
| Line 132: | Line 132: | ||
end | end | ||
if # | if #productionData > 0 then | ||
addSection(infobox, productionData, 'Production') | |||
end | |||
end | end | ||
| Line 163: | Line 163: | ||
table.insert(productionData, {label = 'Produces', value = output}) | table.insert(productionData, {label = 'Produces', value = output}) | ||
end | end | ||
end | end | ||
--/ | --/ | ||
edits