Module:qhv-adj: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:


local endings = {
local endings = {
["a"] = "I", ["ā"] = "I", ["e"] = "II", ["z"] = "IIr", ["ie"] = "III",
["a"] = "I", ["e"] = "II", ["z"] = "IIr", ["ie"] = "III",
}
}


Line 82: Line 82:
function make_table(data)
function make_table(data)
local function g_tooltip(n1, n2)
local function g_tooltip(n1, n2)
return require('Module:getn').format_list({n1, n2})
return require('Module:gender and number').format_list({n1, n2})
end
end