Documentation for this module may be created at Module:Sandbox/ManaraKM/doc

local p = {};
p.languages = function(frame)
	local str = "Language yet to be deffined"
	return str
end
return p