All public logs

Jump to navigation Jump to search

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:29, 11 September 2023 Sware talk contribs created page Module:mn-translit (Created page with "local export = {} local mn = require("Module:mn-common") local gsub = mw.ustring.gsub local preConv = { ["є"] = "ө", ["ѳ"] = "ө", ["Є"] = "Ө", ["Ѳ"] = "Ө" } local oneChar = { ["а"] = "a", ["б"] = "b", ["в"] = "v", ["г"] = "g", ["д"] = "d", ["е"] = "je", ["ё"] = "jo", ["ж"] = "ž", ["з"] = "z", ["и"] = "i", ["й"] = "j", ["к"] = "k", ["л"] = "l", ["м"] = "m", ["н"] = "n", ["о"] = "o", ["ө"] = "ö", ["п"] = "p", ["р"] = "r", ["с"] = "s", ["...")