Jump to content

Module:TEMPLATENAME

From MTRNord's Wiki
Revision as of 18:11, 21 April 2026 by MTRNord (talk | contribs) (1 revision imported: Import Wikipedia Infoboxes)
(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