Module:Template link general: Difference between revisions

poking with the mw.html....
mNo edit summary
(poking with the mw.html....)
Line 115:
-- Wrap as html
local span = mw.html.create('span')
span:wikitext(ret)
return tostring(span)
end
 
Anonymous user