Module:Sandbox/Frietjes: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 4:
 
function p.table(frame)
local res = mw.text.split(frame.args[1] or '', '<t[dh][^<>]*> ')
return table.concat(res, '~MARK~')
end