Module:form of: Difference between revisions

no edit summary
No edit summary
No edit summary
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 = {}