All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:55, 6 August 2023 Maria talk contribs created page Module:ryn-mut (Created page with "local export = {} local params = { [1] = {alias_of = "r"}, r = {default = mw.title.getCurrentTitle().text}, n = {}, nocat = {type = "boolean"}, } local IRREG_MARKER = "<sup>△</sup>" local UNCHANGED_MARKER = "<i>unchanged</i>" local function is_vowel(c) return c == "a" or c == "e" or c == "i" or c == "í" or c == "o" or c == "ó" or c == "u" end local function is_labial_consonant(c) return c == "p" or c == "b" end local function n_is_exempt(c) return c == "m...")