Module:TEMPLATENAME

Revision as of 20:39, 2 March 2023 by Deadfire (talk | contribs) (Creation (as this is needed))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {}

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

return p