Module:TEMPLATENAME

Revision as of 07:31, 16 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(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