Module:TEMPLATENAME

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Pppery 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)
Jump to navigation Jump to search

local p = {}

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

return p