![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
View source for Module:qhv-adj
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
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 gmatch = mw.ustring.gmatch
local u = mw.ustring.char
local m_utils = require("Module:utilities")
local m_data = require('Module:qhv-adj/data')
local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", " ")
local NAMESPACE = mw.title.getCurrentTitle().nsText
local lang = require("Module:languages").getByCode("qhv")
local export = {}
local endings = {
["a"] = "I", ["e"] = "II", ["z"] = "IIr", ["ie"] = "III",
}
function export.detect_decl(word, class)
000
1:0
Templates used on this page:
Return to Module:qhv-adj.