Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 251: Line 251:
add("</table>")
add("</table>")
if irregular then
if irregular and not args['entry'] then
if pos == "adj" then
if pos == "adj" then
add("[[Category:Radestrian adjectives with irregular comparative forms]]")
add("[[Category:Radestrian adjectives with irregular comparative forms]]")
Line 863: Line 863:
end
end
if definite then add("[[Category:Radestrian definite terms]]") end
if definite then add("[[Category:Radestrian definite terms]]") end
if irregular then add("[[Category:Radestrian irregular nouns]]") end
end
end
if irregular then add("[[Category:Radestrian irregular nouns]]") end
return table.concat(format_table, string.char(10))
return table.concat(format_table, string.char(10))
Line 2,446: Line 2,445:
end
end
add("</small>")
add("</small>")
if irregular then add("[[Category:Radestrian irregular verbs]]") end
if irregular and not args['entry'] then add("[[Category:Radestrian irregular verbs]]") end
local function check_stems()
local function check_stems()

Navigation menu