Module:taln-headword: Difference between revisions

No edit summary
No edit summary
Line 62: Line 62:
tr = args.tr[i],
tr = args.tr[i],
})
})
end
if pos_functions[poscat] then
pos_functions[poscat].func(args, data)  -- Add this line to actually call the function
end
end