Difference between revisions of "Module:Infobox"

Jump to navigation Jump to search
No change in size ,  18:29, 11 August 2022
no edit summary
Line 111: Line 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

Navigation menu