10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 392: | Line 392: | ||
if args['notags'] ~= "true" or args['notags'] == nil then | if args['notags'] ~= "true" or args['notags'] == nil then | ||
add("[[Category:" .. m_languages.get_by_code("rad").name .. " " .. type_name .. " stems]]") | |||
if table_type == "sg" then add("[[Category:" .. m_languages.get_by_code("rad").name .. " singularia tantum]]") | |||
elseif table_type == "pl" then add("[[Category:" .. m_languages.get_by_code("rad").name .. " pluralia tantum]]") | |||
elseif table_type == "du" then add("[[Category:" .. m_languages.get_by_code("rad").name .. " pluralia binaria]]") | |||
elseif table_type == "dupl" then add("[[Category:" .. m_languages.get_by_code("rad").name .. " pluralia binaria tantum]]") | |||
end | |||
end | end | ||