Difference between revisions of "Module:OInfobox-Building"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 135: Line 135:
                 addSection(infobox, employeeData, 'Employees', 2)
                 addSection(infobox, employeeData, 'Employees', 2)
             end
             end
        end
end
        --
   
        local productionData = {}
        if buildingData.workers then
            local workers = buildingData.workers
            if buildingData.rank then
                workers = workers .. ' ' .. buildingData.rank
            end
            table.insert(productionData, {label = 'Workers', value = workers.firstUpper})
        end
        --
         if buildingData.input then
         if buildingData.input then
             local input = ''
             local input = ''
606

edits

Navigation menu