Content deleted Content added
mNo edit summary |
MusikAnimal (talk | contribs) m Protected "Module:Tone superscript": High-risk module ([Edit=Require autoconfirmed or confirmed access] (indefinite)) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4:
local root = mw.html.create()
local arg = frame:getParent().args[1] or ""
local x = arg:gsub("%f[%d%s]([%d\*]+)", "<sup>%1</sup>")
root:tag('span'):wikitext(x)
local tracking = ''
|