Page history
29 June 2023
25 June 2023
no edit summary
+1,647
no edit summary
+7
no edit summary
−1
no edit summary
+3
no edit summary
+1,917
no edit summary
+14
no edit summary
+1,510
no edit summary
−36
no edit summary
+44
no edit summary
+209
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..."
+1,672