Module:Sandbox/Jackmcbarn

This is an old revision of this page, as edited by Jackmcbarn (talk | contribs) at 21:44, 3 July 2014 (demonstrate bug). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

local f = mw.getCurrentFrame()

function p.main(frame)
	return 'The title of the current frame is ' .. f:getTitle()
end

return p