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

Aller à la navigation Aller à la recherche
24 octets ajoutés ,  24 octobre 2021 à 19:56
aucun résumé de modification
Ligne 15 : Ligne 15 :
:wikitext(icon.icon(vs[1], vs[2], nil, 'no'))
:wikitext(icon.icon(vs[1], vs[2], nil, 'no'))
table.insert(rowGroup, k, object)
table.insert(rowGroup, k, object)
mw.log(rowGroup[k])
if k ~= objects then
if k ~= objects then
object = mw.html.create('span')
object = mw.html.create('span')
Ligne 22 : Ligne 21 :
end
end
table.insert(rowGroup, k+0.5, object)
table.insert(rowGroup, k+0.5, object)
mw.log(rowGroup[k+0.5])
end
end
result:wikitext(tostring(rowGroup))
result:wikitext(tostring(rowGroup))
for k, v in ipairs(rowGroup) do
mw.log(k .. ' - ' .. v .. '\n')
end
return result
return result
end
end
1 124

modifications

Menu de navigation