ಮೋಡ್ಯೂಲ್:TEMPLATENAME

ವಿಕಿಪೀಡಿಯರ್ದ್

Documentation for this module may be created at ಮೋಡ್ಯೂಲ್:TEMPLATENAME/doc

local p = {}

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

return p