Module:pollasena-roots: Difference between revisions
No edit summary |
No edit summary |
||
| Line 138: | Line 138: | ||
if wasc_suffixes[suffix] then | if wasc_suffixes[suffix] then | ||
cat_term = gsub(cat_term, suffix, "-") | cat_term = gsub(cat_term, suffix, "-") | ||
end | end | ||
if user_provided_cat_term == cat_term then | if args.c[root_index] and user_provided_cat_term == cat_term then | ||
require("Module:debug").track("redundant and obsolete c") | require("Module:debug").track("redundant and obsolete c") | ||
end | end | ||