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).
- 00:11, 25 June 2023 Sware talk contribs created page Module:qay-verb/data (Created page with "local sub = mw.ustring.sub local gsub = mw.ustring.gsub local match = mw.ustring.match local m_table = require('Module:table') local function llet(s, pattern) return match(s, "[" .. pattern .. "]$") end local function long(v) local switch = { ["a"] = "ā", ["e"] = "ē", ["i"] = "ī", ["o"] = "ō", ["u"] = "ū", } return switch[v] or v end local d = {} d["v"] = { params = { [1] = {}, }, } setmetatable(d["v"], {__call = function(self, args, data) local stem...")