Différences entre les versions de « Module:OInfobox-Building »

Aller à la navigation Aller à la recherche
127 octets supprimés ,  19 avril 2025 à 01:30
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)
Balise : Annulation
m (Can I delete the header between employees and production instead of putting them directly in production? Time to find out)
Ligne 132 : Ligne 132 :
             end
             end


             if #employeeData > 0 then
             if #productionData > 0 then
                addSection(infobox, employeeData, 'Employees', 2)
            addSection(infobox, productionData, 'Production')
            end
    end
end
end
      
      
Ligne 163 : Ligne 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

modifications

Menu de navigation