Difference between revisions of "Module:OInfobox-Building"

Jump to navigation Jump to search
m
Can I delete the header between employees and production instead of putting them directly in production? Time to find out
m (Undo revision 2354 by Olessan (talk) - this version works, but reverting to compare)
Tag: Undo
m (Can I delete the header between employees and production instead of putting them directly in production? Time to find out)
Line 132: Line 132:
             end
             end


             if #employeeData > 0 then
             if #productionData > 0 then
                addSection(infobox, employeeData, 'Employees', 2)
            addSection(infobox, productionData, 'Production')
            end
    end
end
end
      
      
Line 163: Line 163:
                 table.insert(productionData, {label = 'Produces', value = output})
                 table.insert(productionData, {label = 'Produces', value = output})
             end
             end
        end
       
        if #productionData > 0 then
            addSection(infobox, productionData, 'Production')
         end
         end
         --/
         --/
606

edits

Navigation menu