Différences entre les versions de « Module:Infobox »

Aller à la navigation Aller à la recherche
14 octets ajoutés ,  11 août 2022 à 18:10
aucun résumé de modification
Ligne 108 : Ligne 108 :
if workers or products then
if workers or products then
local productionSet = {}
local productionSet = {}
productionSet:insert(infoboxData('workers', workers))
table.insert(productionSet, infoboxData('workers', workers))
productionSet:insert(infoboxData('Produces', products))
table.insert(productionSet, infoboxData('Produces', products))
result:node(infoboxGroup(productionSet, nil, 'Production'))
result:node(infoboxGroup(productionSet, nil, 'Production'))
end
end
1 124

modifications

Menu de navigation