local U = mw.ustring.char
-- Diacritics, from the Combining Diacritical Marks block.local grave = U(0x300)local acute = U(0x301)local circumflex = U(0x302)local tilde = U(0x303)local macron = U(0x304)local breve = U(0x306)local dot = U(0x307)local diaeresis = U(0x308)local double_acute = U(0x30B)local caron = U(0x30C)local double_grave = U(0x30F)local invbreve = U(0x311)local dot_below = U(0x323)local undertie = U(0x35C)
--This is a table of Wiktionary language codes with data belonging to them. Name is the "canonical name" used on Wiktionary. Article is the Wikipedia article. Script is the ISO 15924 code.local data =
return data