Module:TEMPLATENAME

Revision as of 19:01, 3 October 2025 by Minionguyjpro (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

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

return p