10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 10: | Line 10: | ||
[3] = {list = true}, | [3] = {list = true}, | ||
["g"] = {list = true}, | ["g"] = {list = true}, | ||
["label"] = {}, | |||
["label"] = { | |||
["head"] = {}, | ["head"] = {}, | ||
["nocat"] = {type = "boolean"}, | ["nocat"] = {type = "boolean"}, | ||
Line 58: | Line 57: | ||
head = p["head"], | head = p["head"], | ||
nocat = p["nocat"], | nocat = p["nocat"], | ||
labels = p["label"], | |||
inflections = get_inflections(p[3]), | inflections = get_inflections(p[3]), | ||
} | } |