606
edits
m (Can I delete the header between employees and production instead of putting them directly in production? Time to find out) |
m |
||
| Line 131: | Line 131: | ||
table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | ||
end | end | ||
end | end | ||
| Line 149: | Line 145: | ||
table.insert(productionData, {label = 'Consumes', value = input}) | table.insert(productionData, {label = 'Consumes', value = input}) | ||
end | end | ||
if #productionData > 0 then | |||
addSection(infobox, productionData, 'Production') | |||
end | |||
end | end | ||
edits