Module:rad-stem/templates: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 587: Line 587:
args['altpspart'] = args['altpspart'] or (root .. "mú")
args['altpspart'] = args['altpspart'] or (root .. "mú")
args['altpspart_note'] = "archaic"
args['altpspart_note'] = "archaic"
elseif args[2] == "y" then -- -yt verbs
args[1] = root .. "yt"
args[2] = root .. "yv"
args[3] = root .. "y"
args[4] = root .. "ý"
args[5] = root .. "j"
args[6] = root .. "yr"
args[7] = root .. "ýr"
args['epst'] = root .. "ý"
args['rpst'] = root .. "ýr"
else error("Invalid preset.")
else error("Invalid preset.")
end
end