606
modifications
m |
m |
||
| Ligne 135 : | Ligne 135 : | ||
addSection(infobox, employeeData, 'Employees', 2) | addSection(infobox, employeeData, 'Employees', 2) | ||
end | end | ||
end | |||
-- | -- | ||
local productionData = {} | local productionData = {} | ||
| Ligne 144 : | Ligne 145 : | ||
table.insert(productionData, {label = 'Workers', value = workers.firstUpper}) | table.insert(productionData, {label = 'Workers', value = workers.firstUpper}) | ||
end | end | ||
-- | -- | ||
if buildingData.input then | if buildingData.input then | ||
modifications