Module:rad-stem: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 452: Line 452:


function export.getVerbStem(args) -- outputs table of principle parts
function export.getVerbStem(args) -- outputs table of principle parts
if args['pre'] then
for arg, value in pairs(args) do
if arg ~= "pre" then
args[arg] = args['pre'] .. value
end
end
end
local principle_parts = {
local principle_parts = {
["inf"] = args[1],
["inf"] = args[1],

Navigation menu