45,641
edits
(Created page with "local export = {} local m_form_of = require("Module:form of") local m_form_of_pos = require("Module:form of/pos") local rfind = mw.ustring.find local rmatch = mw.ustring.matc...") |
No edit summary |
||
Line 431: | Line 431: | ||
args["nocat"] and {} or m_form_of.fetch_lang_categories(lang, tags, terminfo, args["p"]) | args["nocat"] and {} or m_form_of.fetch_lang_categories(lang, tags, terminfo, args["p"]) | ||
return m_form_of.tagged_inflections( | return m_form_of.tagged_inflections( | ||
tags, terminfo, args["notext"], | {tags}, terminfo, args["notext"], | ||
args["cap"] or iargs["withcap"] and not args["nocap"], iargs["posttext"], | args["cap"] or iargs["withcap"] and not args["nocap"], iargs["posttext"], | ||
joiner | joiner |