Content deleted Content added
mNo edit summary |
simplified regex, also only match numbers following not-numbers and not whitespace |
||
Line 4:
local root = mw.html.create()
local arg = frame:getParent().args[1] or ""
local x = arg:gsub("
root:tag('span'):wikitext(x)
local tracking = ''
|