Module:Template link general: Difference between revisions
poking with the mw.html....
mNo edit summary |
(poking with the mw.html....) |
||
Line 115: | Line 115: | ||
-- Wrap as html | -- Wrap as html | ||
local span = mw.html.create() | local span = mw.html.create('span') | ||
span:wikitext(ret) | span:wikitext(ret) | ||
return | return span | ||
end | end | ||
return p | return p |