Module:Sandbox/Jackmcbarn: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
test error
Jackmcbarn (talk | contribs)
demonstrate bug
Line 1:
local p = {}
 
local f = mw.getCurrentFrame()
 
function p.main(frame)
return 'The title of the current frame is ' .. f:getTitle()
local builder = mw.html.create('span'):css('opacity', 0)
return tostring(builder)
end