Module:form of: Difference between revisions

No edit summary
Undo revision 222865 by Sware (talk)
Tag: Undo
Line 830: Line 830:


function export.tagged_inflections(data, terminfo, notext, capfirst, posttext, joiner)
function export.tagged_inflections(data, terminfo, notext, capfirst, posttext, joiner)
if not data.tags then
error("First argument must now be a table of arguments")
end
local cur_infl = {}
local cur_infl = {}
local inflections = {}
local inflections = {}