12,303
edits
TheNightAvl (talk | contribs) No edit summary Tag: Reverted |
TheNightAvl (talk | contribs) No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 46: | Line 46: | ||
local p = m_parameters.process(args, params) | local p = m_parameters.process(args, params) | ||
local language = m_languages.get_by_code(p[1]) | local language = m_languages.get_by_code(p[1]) | ||
local term = mw.title.getCurrentTitle(). | local term = mw.title.getCurrentTitle().subpageText | ||
return { | return { | ||
term = term, | term = term, | ||
Line 59: | Line 56: | ||
labels = p["label"], | labels = p["label"], | ||
inflections = get_inflections(p[3]), | inflections = get_inflections(p[3]), | ||
} | } | ||
end | end |