10,731
edits
TheNightAvl (talk | contribs) No edit summary Tag: Reverted |
TheNightAvl (talk | contribs) No edit summary Tag: Manual revert |
||
Line 50: | Line 50: | ||
term = mw.ustring.gsub(term, "^[^/]+/", "") | term = mw.ustring.gsub(term, "^[^/]+/", "") | ||
end | end | ||
return { | return { | ||
term = term, | term = term, | ||
Line 60: | Line 59: | ||
labels = p["label"], | labels = p["label"], | ||
inflections = get_inflections(p[3]), | inflections = get_inflections(p[3]), | ||
} | } | ||
end | end |