Content deleted Content added
Dabao qian (talk | contribs) ←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...' |
Dabao qian (talk | contribs) // 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('
return tostring(root)
end
|