Linguifex will be changing authoritative nameservers for the domain this weekend (3-5 jan 2025), the change has been carefully planned to not cause any outages, but there is always a risk of disruption. This is part of the 2025 improvement program to beef up Linguifex to be faster, snappier and less prone to outages. |
View source for Module:qhv-noun
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local sub = mw.ustring.sub
local gsub = mw.ustring.gsub
local find = mw.ustring.find
local m_utils = require("Module:utilities")
local alldata = require('Module:qhv-noun/data')
local PAGENAME = mw.title.getCurrentTitle().text
local export = {}
local endings = {
["a"] = "1-l", ["ar"] = "1-a", ["y"] = "2-l", ["ys"] = "2-s", ["o"] = "3-l", ["os"] = "3-s", ["ȳs"] = "3-s-v", ["ks"] = "3-s-k",
["on"] = "3-t", ["or"] = "3-a", ["e"] = "4-l", ["es"] = "4-s", ["ien"] = "4-t", ["i"] = "5-l", ["is"] = "5-s", ["ir"] = "5-a",
}
local endings_reverse = {
["1-l"] = "a", ["1-a"] = "ar", ["2-l"] = "y", ["2-s"] = "ys", ["3-l"] = "o", ["3-s"] = "os", ["3-s-v"] = "ȳs", ["3-s-k"] = "ks",
["3-t"] = "on", ["3-a"] = "or", ["4-l"] = "e", ["4-s"] = "es", ["4-t"] = "ien", ["5-l"] = "i", ["5-s"] = "is", ["5-a"] = "ir",
}
000
1:0
Templates used on this page:
- Template:Documentation subpage (view source)
- Template:Module documentation (view source)
- Template:Temp (view source)
- Module:Template link (view source)
- Module:collation (view source)
- Module:fun (view source)
- Module:qhv-noun/doc (view source)
- Module:string utilities (view source)
- Module:table (view source)
- Module:utilities (view source)
Return to Module:qhv-noun.