Module:Tone superscript: Difference between revisions

Content deleted Content added
Created page with 'local p = { main = main, } function p.main(frame) local root=mw.html.create() local arg=frame:getParent().args[1] if not arg or arg:len()==0 then root:tag...'
 
// Edit via Wikiplus
Line 7:
local arg=frame:getParent().args[1]
if not arg or arg:len()==0 then
root:tag('strong'):attr('class','error'):wikitext('UnknownError: None pronunciation.')
return tostring(root)
end