ماڈیول:ملعب/Mr. Ibrahem/10

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
local p = {}
local fetchName = require('ماڈیول:لغات').getname
function p.s(frame)
	local na = frame.args[1]
	local ta = mw.language.fetchLanguageName(na , 'ur')
	local fa = fetchName(na,'a',0,'i')
	if not fa or fa =='' 
	then
		return ta
	else
		return fa
	end
--	return fa or ta
end
return p