Difference between revisions of "Module:OInfobox-Building"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 132: Line 132:
                 table.insert(workers, {label = com.firstUpper({type}), value = value})
                 table.insert(workers, {label = com.firstUpper({type}), value = value})
             end
             end
        end
        --want to replace workers part
        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
         end
         --
         --
606

edits

Navigation menu