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

Aller à la navigation Aller à la recherche
m
aucun résumé de modification
m
m
Ligne 8 : Ligne 8 :
local args = a.getArgs(frame)
local args = a.getArgs(frame)
local buildingTable = mw.html.create('table')
local buildingTable = mw.html.create('table')
local dataTable = {}
local dataTasble = {}
for k, v in pairs(buildingList) do
for k, v in pairs(buildingList) do
if v.group == args['group'] or not args['group'] then
if v.group == args['group'] or not args['group'] then
Ligne 50 : Ligne 50 :
if c.path then
if c.path then
for k, v in pairs(c.path) do
for k, v in pairs(c.path) do
table.insert(getUnlocks, i.icon(k .. ' splendour', v, nil, nil, 'en'))
table.insert(getUnlocks, i.icon(k .. ' path', v, nil, nil, 'en'))
end
end
end
end
606

modifications

Menu de navigation