Jump to content

Module:TEMPLATENAME

From Simple English Wikipedia, the free encyclopedia
Revision as of 17:21, 31 July 2022 by PotsdamLamb (talk | changes) (create for article - copy from enWP EN:Module:TEMPLATENAME)
(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