मजकूराशीं उडकी मार

एकक:lmy-sortkey

Wiktionary कडल्यान

Documentation for this module may be created at एकक:lmy-sortkey/doc

local export = {}
local u = mw.ustring.char
local a = u(0xF000)

local oneChar = {
	["ɓ"] = "b" .. a, ["ɗ"] = "d" .. a, ["ĵ"] = "j" .. a
}

function export.makeSortKey(text, lang, sc)
	return mw.ustring.upper(mw.ustring.gsub(mw.ustring.lower(text), ".", oneChar))
end

return export
"https://gom.wiktionary.org/w/index.php?title=एकक:lmy-sortkey&oldid=26080" चे कडल्यान परतून मेळयलें