Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 15:52, 21 May 2023 AmazingJus talk contribs created page Module:User:AmazingJus/mn (Created page with 'local export = {} local mn = require("Module:mn-common") local gsub = mw.ustring.gsub local u = mw.ustring.char local vowels = 'aeiou' local consonants = 'bcčdfgjklmnprsštvxzž\'' cons_map = { ["c"] = "t͡sʰ", ["č"] = "t͡ɕʰ", ["d"] = "t", ["g"] = "ɢ", ["l"] = "ɮ", ["š"] = "ʃ", ["v"] = "w", ["z"] = "t͡s", ["ž"] = "t͡ɕ" } vowel_map = { ["a"] = {"aː", "a", "ə"}, ["e"] = {"eː", "e", "ə"}, ["i"] = {"iː", "i", "ʲə"},...')