Modul:Template link general: Unterschied zwischen den Versionen

poking with the mw.html....
KKeine Bearbeitungszusammenfassung
(poking with the mw.html....)
Zeile 115: Zeile 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 tostring(span)
return span
end
end


return p
return p
Anonymer Benutzer