10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 53: | Line 53: | ||
function export.inflection_list(frame) | function export.inflection_list(frame) | ||
local args = m_parameters.process(frame:getParent().args, | local args = m_parameters.process(frame:getParent().args, list_params) | ||
return m_form_of. | return m_form_of.list_form{ | ||
inflection = args[1], | inflection = args[1], | ||
alt = args["alt"], | alt = args["alt"], |