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