10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 467: | Line 467: | ||
local irregular = args["irr"] or args["irregular"] or false | local irregular = args["irr"] or args["irregular"] or false | ||
local checked = args["check"] | local checked = args["check"] | ||
if args[3] == nil then -- sense preset conjugation | if args[3] == nil then -- sense preset conjugation | ||
local root = args[1] | local root = args[1] | ||
checked = true | checked = true | ||
if args[2] == "ru" then | if args[2] == "ru" then -- -rut verbs | ||
args[1] = root .. "rut" | args[1] = root .. "rut" | ||
args[2] = root .. "ruv" | args[2] = root .. "ruv" | ||
Line 485: | Line 484: | ||
args['altprespart'] = root .. "ri" | args['altprespart'] = root .. "ri" | ||
args['altprespart_note'] = "archaic" | args['altprespart_note'] = "archaic" | ||
args['altpspart'] = root .. " | args['altpspart'] = root .. "rú" | ||
args['altpspart_note'] = "archaic" | args['altpspart_note'] = "archaic" | ||
else error("Invalid preset.") | else error("Invalid preset.") |