Jump to content

Module:TEMPLATENAME: Difference between revisions

From Wikipedia, the free encyclopedia
Jackmcbarn (talk | contribs)
Created page with 'local p = {} function p.main(frame) return frame:getParent():getTitle() end return p'
 
m Protected "Module:TEMPLATENAME": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
 
(No difference)

Latest revision as of 05:12, 6 June 2024

local p = {}

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

return p