Difference between revisions of "Module:Infobox"

Jump to navigation Jump to search
69 bytes added ,  18:20, 11 August 2022
no edit summary
Line 111: Line 111:
table.insert(productionSet, infoboxData('workers', workers))
table.insert(productionSet, infoboxData('workers', workers))
table.insert(productionSet, infoboxData('Produces', products))
table.insert(productionSet, infoboxData('Produces', products))
result:node(infoboxGroup(productionSet, nil, 'Production'))
local production = infoboxGroup(productionSet, nil, 'Production')
for k, v in ipairs(production) do
result:node(v)
end
end
end
end
end

Navigation menu