Difference between revisions of "Module:OInfobox-Building"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 145: 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
          
          
Line 163: Line 159:
                 table.insert(productionData, {label = 'Produces', value = output})
                 table.insert(productionData, {label = 'Produces', value = output})
             end
             end
            if #productionData > 0 then
            addSection(infobox, productionData, 'Production')
    end
         end
         end
         --/
         --/
606

edits

Navigation menu