Difference between revisions of "Module:Bundles"

Jump to navigation Jump to search
17 bytes added ,  10:13, 24 October 2021
no edit summary
Line 10: Line 10:
for k, v in ipairs(currentRow) do
for k, v in ipairs(currentRow) do
vs = mw.text.split(v, '-')
vs = mw.text.split(v, '-')
mw.log(result)
result:tag('span')
result:tag('span')
:wikitext(icon.icon(vs[1], vs[2], nil, 'no'))
:wikitext(icon.icon(vs[1], vs[2], nil, 'no'))

Navigation menu