Difference between revisions of "Module:Infobox"

Jump to navigation Jump to search
14 bytes added ,  18:10, 11 August 2022
no edit summary
Line 108: Line 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

Navigation menu