Jump to content

Module:TEMPLATENAME

Permanently protected module
From Wikipedia, the free encyclopedia
local p = {}

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

return p