606
modifications
m (Can I delete the header between employees and production instead of putting them directly in production? Time to find out) |
m |
||
| Ligne 131 : | Ligne 131 : | ||
table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | table.insert(employeeData, {label = com.firstUpper({type}), value = value}) | ||
end | end | ||
end | end | ||
| Ligne 149 : | Ligne 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 | ||
modifications