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

Aller à la navigation Aller à la recherche
4 octets ajoutés ,  19 avril 2025 à 01:33
m
aucun résumé de modification
m
m
Ligne 127 : Ligne 127 :
local productionData = {}
local productionData = {}
if buildingData.employees then
if buildingData.employees then
             local employeeData = {}
             local productionData = {}
             for type, value in pairs(buildingData.employees) do
             for type, value in pairs(buildingData.employees) do
                 table.insert(employeeData, {label = com.firstUpper({type}), value = value})
                 table.insert(productionData, {label = com.firstUpper({type}), value = value})
             end
             end
end
end
606

modifications

Menu de navigation