Jump to content

Module:TEMPLATENAME

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Pppery (talk | contribs) at 05:12, 6 June 2024 (Protected "Module:TEMPLATENAME": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

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

return p