Module:IPA/category documentation: Difference between revisions

Created page with "require('strict') local p = {} local lects = mw.loadData('Module:IPA/data/export') local mLang = require('Module:Lang') function p.lookup_name( name ) for _, lect in ipairs(lects) do if (lect.name or lect.extName) == name then return lect.code, lect, lect.parent end end local code = mLang._tag_from_name({ name }) if not code:find('^<span') then local regionCode = code:match('-(.+)') if regionCode and regionCode:sub(1, 2) ~= 'x-' then code = code:sub(..."
 
(No difference)