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()
end
|