Module:TEMPLATENAME

From Unknown Variable
Revision as of 22:12, 5 June 2024 by Wikipedia>Pppery (Protected "Module:TEMPLATENAME": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {}

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

return p