1,124
edits
Line 20: | Line 20: | ||
rowGroup = rowGroup .. tostring(object) | rowGroup = rowGroup .. tostring(object) | ||
end | end | ||
result = mw.html.create('div') | result = mw.html.create('div') | ||
result:addClass('bundle-row bundle-col-' .. objects) | result:addClass('bundle-row bundle-col-' .. objects) | ||
result:wikitext(rowGroup) | result:wikitext(rowGroup) | ||
mw.log(result) | |||
return result | return result | ||
end | end |