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

Aller à la navigation Aller à la recherche
343 octets supprimés ,  18 avril 2025 à 23:42
m
aucun résumé de modification
m
m
Ligne 132 : Ligne 132 :
                 table.insert(workers, {label = com.firstUpper({type}), value = value})
                 table.insert(workers, {label = com.firstUpper({type}), value = value})
             end
             end
        end
        --want to replace workers part
        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
         end
         --
         --
606

modifications

Menu de navigation