Difference between revisions of "Module:OInfobox-Building"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 127: Line 127:
local productionData = {}
local productionData = {}
if buildingData.employees then
if buildingData.employees then
             local employeeData = {}
             local productionData = {}
             for type, value in pairs(buildingData.employees) do
             for type, value in pairs(buildingData.employees) do
                 table.insert(employeeData, {label = com.firstUpper({type}), value = value})
                 table.insert(productionData, {label = com.firstUpper({type}), value = value})
             end
             end
end
end
606

edits

Navigation menu