Jump to content

Module:TEMPLATENAME: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jackmcbarn (talk | contribs)
Created page with 'local p = {} function p.main(frame) return frame:getParent():getTitle() end return p'
(No difference)

Revision as of 02:31, 1 October 2014

local p = {}

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

return p