Module:Lang/data/iana languages/make: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 72:
if code then
table.insert (lang_table, "[\'"" .. code .. "\'"] = {" .. descriptions .. "}"); -- make table entries
end
elseif mw.ustring.find (element, 'Type: script') then
Line 78:
if code then
table.insert (script_table, "[\'"" .. code .. "\'"] = {" .. descriptions .. "}"); -- make table entries
end
elseif mw.ustring.find (element, 'Type: region') then
Line 84:
if code then
table.insert (region_table, "[\'"" .. code .. "\'"] = {" .. descriptions .. "}"); -- make table entries
end
end