Difference between revisions of "Module:OInfobox-Building"

Jump to navigation Jump to search
m
no edit summary
m (Can I delete the header between employees and production instead of putting them directly in production? Time to find out)
m
Line 131: Line 131:
                 table.insert(employeeData, {label = com.firstUpper({type}), value = value})
                 table.insert(employeeData, {label = com.firstUpper({type}), value = value})
             end
             end
            if #productionData > 0 then
            addSection(infobox, productionData, 'Production')
    end
end
end
      
      
Line 149: Line 145:
                 table.insert(productionData, {label = 'Consumes', value = input})
                 table.insert(productionData, {label = 'Consumes', value = input})
             end
             end
           
            if #productionData > 0 then
            addSection(infobox, productionData, 'Production')
    end
         end
         end
          
          
606

edits

Navigation menu