Module:Sandbox/Jackmcbarn: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
act like a template
Jackmcbarn (talk | contribs)
try nils in mw.html
Line 2:
 
function p.main(frame)
local builder = mw.html.create()
return frame:getParent():preprocess(mw.title.new(frame.args[1]):getContent())
return 'Success'
end
 
return p, '{{X1}}'