2,913
edits
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
categories = {"terms with unknown etymologies"}, | categories = {"terms with unknown etymologies"}, | ||
text = function(nocap) return (nocap and "u" or "U") .. "nknown" end, | text = function(nocap) return (nocap and "u" or "U") .. "nknown" end, | ||
}, | |||
["uncertain"] = { | |||
categories = {"terms with uncertain etymologies"}, | |||
text = function(nocap) return (nocap and "u" or "U") .. "ncertain" end, | |||
}, | }, | ||
} | } |