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 | ["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: | return require('Module:gender and number').format_list({n1, n2}) | ||
end | end | ||