Module:qhv-noun/data: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 883: Line 883:
alldata["ōz"] = function(args, data)
alldata["ōz"] = function(args, data)
data.decl_type = "n-stem solar third-declension"
data.decl_type = "n-stem solar third-declension"
table.insert(data.categories, "High Valyrian third-declension " .. (data.proper and "proper " or "") .. "nouns")
table.insert(data.categories, "High Valyrian third-declension nouns")
table.insert(data.categories, "High Valyrian n-stem " .. (data.proper and "proper " or "") .. "nouns")
table.insert(data.categories, "High Valyrian n-stem nouns")


data.forms["nom_sg"] = {"ōz"}
data.forms["nom_sg"] = {"ōz"}
Line 925: Line 925:
alldata["Mȳr"] = function(args, data)
alldata["Mȳr"] = function(args, data)
data.decl_type = "solar third-declension"
data.decl_type = "solar third-declension"
table.insert(data.categories, "High Valyrian third-declension " .. (data.proper and "proper " or "") .. "nouns")
table.insert(data.categories, "High Valyrian third-declension nouns")


data.forms["nom_sg"] = {"Mȳr"}
data.forms["nom_sg"] = {"Mȳr"}
Line 990: Line 990:
alldata["mhysa"] = function(args, data)
alldata["mhysa"] = function(args, data)
data.decl_type = "sixth-declension"
data.decl_type = "sixth-declension"
table.insert(data.categories, "High Valyrian sixth-declension " .. (data.proper and "proper " or "") .. "nouns")
table.insert(data.categories, "High Valyrian sixth-declension nouns")


data.forms["nom_sg"] = {"mhysa"}
data.forms["nom_sg"] = {"mhysa"}
Line 1,032: Line 1,032:
alldata["bianor"] = function(args, data)
alldata["bianor"] = function(args, data)
data.decl_type = "lunar third-declension"
data.decl_type = "lunar third-declension"
table.insert(data.categories, "High Valyrian third-declension " .. (data.proper and "proper " or "") .. "nouns")
table.insert(data.categories, "High Valyrian third-declension nouns")


data.forms["nom_sg"] = {"bianor"}
data.forms["nom_sg"] = {"bianor"}
Line 1,122: Line 1,122:
end
end
})
})
alldata["nāqopsir"] = function(args, data)
data.decl_type = "lunar fifth-declension"
table.insert(data.categories, "High Valyrian fifth-declension nouns")
data.forms["nom_sg"] = {"nāqopsir"}
data.forms["acc_sg"] = data.forms["nom_sg"]
data.forms["gen_sg"] = {"nāqobjio", "nāqōjio"}
data.forms["dat_sg"] = {"nāqobjiot", "nāqōjiot"}
data.forms["loc_sg"] = {"nāqobjī", "nāqōjī"}
data.forms["ins_sg"] = {"nāqobjȳsi", "nāqōjȳsi"}
data.forms["com_sg"] = {"nāqobjȳmi", "nāqōjȳmi"}
data.forms["voc_sg"] = {"nāqobjys", "nāqōjys"}
data.forms["nom_pl"] = {"nāqobja", "nāqōja"}
data.forms["acc_pl"] = data.forms["nom_pl"]
data.forms["gen_pl"] = {"nāqobjȳti", "nāqōjȳti"}
data.forms["dat_pl"] = data.forms["gen_pl"]
data.forms["loc_pl"] = data.forms["gen_pl"]
data.forms["ins_pl"] = {"nāqobjȳssi", "nāqōjȳssi"}
data.forms["com_pl"] = {"nāqobjȳmmi", "nāqōjȳmmi"}
data.forms["voc_pl"] = {"nāqobjas", "nāqōjas"}
data.forms["nom_pa"] = {"nāqobjin", "nāqōjin"}
data.forms["acc_pa"] = {"nāqobjini", "nāqōjini"}
data.forms["gen_pa"] = {"nāqobjino", "nāqōjino"}
data.forms["dat_pa"] = {"nāqobjinti", "nāqōjinti"}
data.forms["loc_pa"] = {"nāqobjinni", "nāqōjinni"}
data.forms["ins_pa"] = {"nāqobjissi", "nāqōjissi"}
data.forms["com_pa"] = {"nāqobjimmi", "nāqōjimmi"}
data.forms["voc_pa"] = data.forms["ins_pa"]
data.forms["nom_co"] = {"nāqobjir", "nāqōjir"}
data.forms["acc_co"] = {"nāqobjiri", "nāqōjiri"}
data.forms["gen_co"] = {"nāqobjiro", "nāqōjiro"}
data.forms["dat_co"] = {"nāqobjirti", "nāqōjirti"}
data.forms["loc_co"] = {"nāqobjirri", "nāqōjirri"}
data.forms["ins_co"] = {"nāqobjirzi", "nāqōjirzi"}
data.forms["com_co"] = {"nāqobjirmi", "nāqōjirmi"}
data.forms["voc_co"] = data.forms["ins_co"]
end


return alldata
return alldata

Navigation menu