Permanently protected module

Module:TEMPLATENAME

From WikiProjectMed
Jump to navigation Jump to search

local p = {}

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

return p