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

Aller à la navigation Aller à la recherche
Aucun changement de taille ,  11 août 2022 à 18:29
aucun résumé de modification
Ligne 111 : Ligne 111 :
if workers or products then
if workers or products then
local productionSet = {}
local productionSet = {}
table.insert(productionSet, infoboxData('workers', workers))
table.insert(productionSet, infoboxData(workers, 'Workers'))
table.insert(productionSet, infoboxData('Produces', products))
table.insert(productionSet, infoboxData(products, 'Produces'))
local production = infoboxGroup(productionSet, nil, 'Production')
local production = infoboxGroup(productionSet, nil, 'Production')
for k, v in ipairs(production) do
for k, v in ipairs(production) do
1 124

modifications

Menu de navigation