Module:head: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 54: Line 54:
local inflections = format_inflections(data)
local inflections = format_inflections(data)
if inflections then table.insert(out, inflections) end
if inflections then table.insert(out, inflections) end
return table.concat(out, " ") .. table.concat(cat, " ")
return table.concat(out, " ") .. (data.nocat and "" or cat)
end
end


return export
return export

Navigation menu