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

Aller à la navigation Aller à la recherche
361 octets supprimés ,  19 avril 2025 à 00:59
m
aucun résumé de modification
m
m
Ligne 135 : Ligne 135 :
                 addSection(infobox, employeeData, 'Employees', 2)
                 addSection(infobox, employeeData, 'Employees', 2)
             end
             end
        end
end
        --
   
        local productionData = {}
        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
        --
         if buildingData.input then
         if buildingData.input then
             local input = ''
             local input = ''
606

modifications

Menu de navigation