Module:etymology/specialized: Difference between revisions
No edit summary |
No edit summary |
||
| Line 44: | Line 44: | ||
if bortype == "calque" then | if bortype == "calque" then | ||
text, prep = "calque", "of" | text, prep = "calque", "of" | ||
inscat("terms calqued from") | |||
elseif bortype == "c" then | |||
text, prep = "calqued", "from" | |||
inscat("terms calqued from") | inscat("terms calqued from") | ||
elseif bortype == "partial-calque" then | elseif bortype == "partial-calque" then | ||
| Line 51: | Line 54: | ||
text, prep = "semantic loan", "from" | text, prep = "semantic loan", "from" | ||
inscat("semantic loans from") | inscat("semantic loans from") | ||
elseif bortype == "b" then | |||
text, prep = "borrowed", "from" | |||
inscat("terms borrowed from") | |||
elseif bortype == "transliteration" then | elseif bortype == "transliteration" then | ||
text, prep = "transliteration", "of" | text, prep = "transliteration", "of" | ||