Module:TEMPLATENAME

Revision as of 15:59, 24 May 2020 by NottNott (talk | contribs) (Created page with "local p = {} function p.main(frame) return frame:getParent():getTitle() end return p")
(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