imported>Jackmcbarn
Created page with 'local p = {} function p.main(frame) return frame:getParent():getTitle() end return p'
 
(No difference)

Latest revision as of 02:31, 1 October 2014

Documentation for this module may be created at Module:TEMPLATENAME/doc

local p = {}

function p.main(frame)
	return frame:getParent():getTitle()
end

return p