Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
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"]
-- arut|aruv|aru|arui|aru|arur|arur|r=arûr|imp=aroà|depers=arû|rpst=arujr
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 .. "r"
args['altpspart'] = root .. ""
args['altpspart_note'] = "archaic"
args['altpspart_note'] = "archaic"
else error("Invalid preset.")
else error("Invalid preset.")

Navigation menu