Content deleted Content added
No edit summary |
No edit summary |
||
Line 19:
local function add_lang (lang, code, part)
lang = mw.ustring.lower (lang); -- convert to lowercase for use as table index
if lang:match (' *%b()') then -- if language name does not have a disambiguator
if not temp[lang] then -- when no entry for this language
|