606
edits
m |
m |
||
| Line 135: | Line 135: | ||
addSection(infobox, employeeData, 'Employees', 2) | addSection(infobox, employeeData, 'Employees', 2) | ||
end | end | ||
end | |||
-- | -- | ||
local productionData = {} | local productionData = {} | ||
| Line 144: | Line 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 | ||
edits