10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 539: | Line 539: | ||
local nompl_cite = get_forms("nompl", stems.nompl, adj_broken_e, "", true) | local nompl_cite = get_forms("nompl", stems.nompl, adj_broken_e, "", true) | ||
local vocpl = get_forms("vocpl", stems.nompl, adj_broken_e) | local vocpl = get_forms("vocpl", stems.nompl, adj_broken_e) | ||
local genpl = get_forms("genpl", mw.ustring.gsub(stems.genpl .. "ris", "s | local genpl = get_forms("genpl", mw.ustring.gsub(stems.genpl .. "ris", "s=r", "s"), adj, "eris") | ||
local genpl_short = get_forms("genpl_short", stems.genpl_short, adj, "es") | local genpl_short = get_forms("genpl_short", stems.genpl_short, adj, "es") | ||
local datpl = get_forms("datpl", mw.ustring.gsub(stems.genpl .. "rín", "s | local datpl = get_forms("datpl", mw.ustring.gsub(stems.genpl .. "rín", "s=r", "s"), adj, "erín") | ||
local accpl = get_forms("accpl", mw.ustring.gsub(stems.genpl .. "rid", "s | local accpl = get_forms("accpl", mw.ustring.gsub(stems.genpl .. "rid", "s=r", "s"), adj, "erid") | ||
local inspl = get_forms("inspl", mw.ustring.gsub(stems.genpl .. "ríe", "s | local inspl = get_forms("inspl", mw.ustring.gsub(stems.genpl .. "ríe", "s=r", "s"), adj, "eríe") | ||
local nomdu = get_forms("nomdu", stems.dat .. "te", adj_broken_e) | local nomdu = get_forms("nomdu", stems.dat .. "te", adj_broken_e) |