Module:qhv-noun/data: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 373: Line 373:
}
}
setmetatable(alldata["3-s-v"], {__call = function(self, args, data)
setmetatable(alldata["3-s-v"], {__call = function(self, args, data)
local stem = args[1]
local stem = nil and "" or args[1]
data.decl_type = "v-stem solar third-declension"
data.decl_type = "v-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 " .. (data.proper and "proper " or "") .. "nouns")

Navigation menu