Module:auto cat/data

From Laenkea
< Module:auto cat
Revision as of 19:23, 26 February 2024 by Maria (talk | contribs)
Jump to navigation Jump to search
-------------------------
--[[  AUTO CAT DATA  ]]--
-------------------------
-- %l = any language name
-- %u = any language name (different to %l)
-- %c = any language code
-- %s = any string
-------------------------
-- Please note that the order of patterns
-- makes a difference!
-- Patterns higher up in the table will be
-- matched against first.
-------------------------
return {
    -- Languages
    {"All languages", {"Fundamental"}},
    {"%l language", {"All languages"}},
    {"%l images", {"%l language"}},
    -- Lexember
    {"Lexember 2023: %l", {"%l language"}},
    {"Lexember 2023 Day %s: %l", {"Lexember 2023: %l"}},
    -- Rhymes
    {"Rhymes:%l/%s", {"Rhymes:%l"}},
    {"Rhymes:%l", {"%l language", "Rhymes"}},
    {"Rhymes", {"Fundamental"}},
    -- Lemmas by language
    {"Lemmas by language", {"Fundamental"}},
    {"Nouns by language", {"Lemmas by lanugage"}},
    {"Verbs by language", {"Lemmas by language"}},
    {"Adjectives by language", {"Lemmas by language"}},
    {"Adverbs by language", {"Lemmas by language"}},
    {"Conjunctions by language", {"Lemmas by language"}},
    {"Pronouns by language", {"Lemmas by language"}},
    {"Prepositions by language", {"Lemmas by language"}},
    {"Postpositions by language", {"Lemmas by language"}},
    {"Determiners by language", {"Lemmas by language"}},
    {"Interjections by language", {"Lemmas by language"}},
    {"Particles by language", {"Lemmas by language"}},
    {"Numerals by language", {"Lemmas by language"}},
    {"Phrases by language", {"Lemmas by language"}},
    {"Multiword terms by language", {"Lemmas by language"}},
    -- Language lemmas
    {"%l lemmas", {"%l language", "Lemmas by language"}},
    {"%l nouns", {"%l lemmas", "Nouns by language"}},
    {"%l verbs", {"%l lemmas", "Verbs by language"}},
    {"%l adjectives", {"%l lemmas", "Adjectives by language"}},
    {"%l adverbs", {"%l lemmas", "Adverbs by language"}},
    {"%l conjunctions", {"%l lemmas", "Conjunctions by language"}},
    {"%l pronouns", {"%l lemmas", "Pronouns by language"}},
    {"%l prepositions", {"%l lemmas", "Prepositions by language"}},
    {"%l postpositions", {"%l lemmas", "Postpositions by language"}},
    {"%l determiners", {"%l lemmas", "Determiners by language"}},
    {"%l interjections", {"%l lemmas", "Interjections by language"}},
    {"%l particles", {"%l lemmas", "Particles by language"}},
    {"%l numerals", {"%l lemmas", "Numerals by language"}},
    {"%l phrases", {"%l lemmas", "Phrases by language"}},
    {"%l multiword terms", {"%l lemmas", "Multiword terms by language"}},
    -- Non-lemmas by language
    {"Non-lemma forms by language", {"Fundamental"}},
    {"Verb forms by language", {"Non-lemma forms by language"}},
    {"Noun forms by language", {"Non-lemma forms by language"}},
    {"Adjective forms by language", {"Non-lemma forms by language"}},
    -- Language non-lemmas
    {"%l non-lemma forms", {"%l language", "Non-lemma forms by language"}},
    {"%l verb forms", {"%l verbs", "Verb forms by language"}},
    {"%l noun forms", {"%l nouns", "Noun forms by language"}},
    {"%l adjective forms", {"%l adjectives", "Adjective forms by language"}},
    {"%l pronoun forms", {"%l pronouns", "Pronoun forms by language"}},
    -- Morphemes by language
    {"Morphemes by language", {"Lemmas by language"}},
    {"Affixes by language", {"Lemmas by language"}},
    {"Prefixes by language", {"Lemmas by language"}},
    {"Suffixes by language", {"Lemmas by language"}},
    {"Infixes by language", {"Lemmas by language"}},
    {"Circumfixes by language", {"Lemmas by language"}},
    {"Clitics by language", {"Lemmas by language"}},
    -- Language morphemes
    {"%l morphemes", {"%l lemmas", "Morphemes by language"}},
    {"%l affixes", {"%l morphemes", "%l lemmas", "Affixes by language"}},
    {"%l prefixes", {"%l morphemes", "%l affixes", "Prefixes by language"}},
    {"%l suffixes", {"%l morphemes", "%l affixes", "Suffixes by language"}},
    {"%l infixes", {"%l morphemes", "%l affixes", "Infixes by language"}},
    {"%l circumfixes", {"%l morphemes", "%l affixes", "Circumfixes by language"}},
    {"%l clitics", {"%l morphemes", "Clitics by language"}},
    -- Types of lemma by language
    {"Comparable adjectives by language", {"Lemmas by language"}},
    {"Uncomparable adjectives by language", {"Lemmas by language"}},
    {"Possessive pronouns by language", {"Lemmas by language"}},
    {"Transitive verbs by language", {"Lemmas by language"}},
    {"Intransitive verbs by language", {"Lemmas by language"}},
    {"Auxiliary verbs by language", {"Lemmas by language"}},
    {"Copulative verbs by language", {"Lemmas by language"}},
    {"Deponent verbs by language", {"Lemmas by language"}},
    {"Ditransitive verbs by language", {"Lemmas by language"}},
    {"Impersonal verbs by language", {"Lemmas by language"}},
    {"Stative verbs by language", {"Lemmas by language"}},
    {"Passive verbs by language", {"Lemmas by language"}},
    {"Reflexive verbs by language", {"Lemmas by language"}},
    {"Mediopassive verbs by language", {"Lemmas by language"}},
    -- Language types of lemma
    {"%l comparable adjectives", {"%l adjectives", "Comparable adjectives by language"}},
    {"%l uncomparable adjectives", {"%l adjectives", "Uncomparable adjectives by language"}},
    {"%l possessive pronouns", {"%l pronouns", "Possessive pronouns by language"}},
    {"%l transitive verbs", {"%l verbs", "Transitive verbs by language"}},
    {"%l intransitive verbs", {"%l verbs", "Intransitive verbs by language"}},
    {"%l auxiliary verbs", {"%l verbs", "Auxiliary verbs by language"}},
    {"%l copulative verbs", {"%l verbs", "Copulative verbs by language"}},
    {"%l deponent verbs", {"%l verbs", "Deponent verbs by language"}},
    {"%l ditransitive verbs", {"%l verbs", "Ditransitive verbs by language"}},
    {"%l impersonal verbs", {"%l verbs", "Impersonal verbs by language"}},
    {"%l stative verbs", {"%l verbs", "Stative verbs by language"}},
    {"%l passive verbs", {"%l verbs", "Passive verbs by language"}},
    {"%l reflexive verbs", {"%l verbs", "Reflexive verbs by language"}},
    {"%l mediopassive verbs", {"%l verbs", "Mediopassive verbs by language"}},
    -- Roots by language
    {"Root-derived terms by language", {"Fundamental"}},
    {"Terms derived from %l roots", {"%l roots", "Terms derived from %l", "Root-derived terms by language"}},
    {"Terms derived from the %l root %s", {"Terms derived from %l roots"}},
    {"Terms by root by language", {"Terms by etymology by language"}},
    {"Roots by language", {"Terms by etymology by language"}},
    -- Language roots
    {"%l roots", {"%l language", "Roots by language"}},
    {"%l terms by root", {"%l terms by etymology", "%l roots", "Terms by root by language"}},
    {"%l terms belonging to the root %s", {"%l terms by root"}},
    {"%l terms derived from the %u root %s", {"%l terms by %u root", "Terms derived from the %u root %s"}},
    -- Etymology by language
    {"Terms by etymology by language", {"Fundamental"}},
    {"Abbreviations by language", {"Terms by etymology by language"}},
    {"Acronyms by language", {"Terms by etymology by language"}},
    {"Back-formations by language", {"Terms by etymology by language"}},
    {"Clippings by language", {"Terms by etymology by language"}},
    {"Deadjectivals by language", {"Terms by etymology by language"}},
    {"Denominals by language", {"Terms by etymology by language"}},
    {"Deverbals by language", {"Terms by etymology by language"}},
    {"Doublets by language", {"Terms by etymology by language"}},
    {"Ellipses by language", {"Terms by etymology by language"}},
    {"Initialisms by language", {"Terms by etymology by language"}},
    {"Onomatopoeias by language", {"Terms by etymology by language"}},
    {"Rebracketings by language", {"Terms by etymology by language"}},
    {"Reduplications by language", {"Terms by etymology by language"}},
    {"Terms with unknown etymology by language", {"Terms by etymology by language"}},
    -- Language etymology (no source)
    {"%l abbreviations", {"%l terms by etymology", "Abbreviations by language"}},
    {"%l acronyms", {"%l terms by etymology", "Acronyms by language"}},
    {"%l back-formations", {"%l terms by etymology", "Back-formations by language"}},
    {"%l clippings", {"%l terms by etymology", "Clippings by language"}},
    {"%l deadjectivals", {"%l terms by etymology", "Deadjectivals by language"}},
    {"%l denominals", {"%l terms by etymology", "Denominals by language"}},
    {"%l deverbals", {"%l terms by etymology", "Deverbals by language"}},
    {"%l doublets", {"%l terms by etymology", "Doublets by language"}},
    {"%l ellipses", {"%l terms by etymology", "Ellipses by language"}},
    {"%l initialisms", {"%l terms by etymology", "Initialisms by language"}},
    {"%l onomatopoeias", {"%l terms by etymology", "Onomatopoeias by language"}},
    {"%l rebracketings", {"%l terms by etymology", "Rebracketings by language"}},
    {"%l reduplications", {"%l terms by etymology", "Reduplications by language"}},
    {"%l terms with unknown etymology", {"%l terms by etymology", "Terms with unknown etymology by language"}},
    {"%l terms by etymology", {"%l language", "Terms by etymology by language"}},
    -- Etymology source by language
    {"Terms derived from %l", {"%l language"}},
    {"Inherited terms by language", {"Terms by etymology by language"}},
    {"Borrowed terms by language", {"Terms by etymology by language"}},
    {"Calqued terms by language", {"Terms by etymology by language"}},
    {"Learned borrowings from %s by language", {"Terms borrowed from %s", "Borrowed terms by language"}},
    {"Orthographic borrowings from %s by language", {"Terms borrowed from %s", "Borrowed terms by language"}},
    {"Semantic loans from %s", {"Terms borrowed from %s", "Borrowed terms by language"}},
    {"Phono-semantic matchings from %s", {"Terms borrowed from %s", "Borrowed terms by language"}},
    {"Transliterations of %s", {"Terms borrowed from %s", "Borrowed terms by language"}},
    {"Terms borrowed from %s", {"Terms derived from %s", "Borrowed terms by language"}},
    {"Terms inherited from %s", {"Terms derived from %s", "Inherited terms by language"}},
    {"Terms calqued from %s", {"Terms borrowed from %s", "Borrowed terms by language"}},
    {"Learned borrowings by language", {"Terms by etymology by language"}},
    {"Orthographic borrowings by language", {"Terms by etymology by language"}},
    {"Semantic loans by language", {"Terms by etymology by language"}},
    {"Phono-semantic matchings by language", {"Terms by etymology by language"}},
    {"Transliterations by language", {"Terms by etymology by language"}},
    -- Language etymology (with source)
    {"%l terms borrowed from %s", {"%l borrowed terms", "%l terms derived from %s", "Terms borrowed from %s"}},
    {"%l terms calqued from %s", {"%l calques", "%l terms borrowed from %s", "Terms calqued from %s"}},
    {"%l terms derived from %s", {"Terms derived from %s"}},
    {"%l terms inherited from %s", {"%l inherited terms", "%l terms derived from %s", "Terms inherited from %s"}},
    {"%l learned borrowings from %s", {"%l learned borrowings", "%l terms borrowed from %s", "Learned borrowings from %s by language"}},
    {"%l orthographic borrowings from %s", {"%l orthographic borrowings", "%l terms borrowed from %s", "Orthographic borrowings from %s by language"}},
    {"%l semantic loans from %s", {"%l semantic loans", "%l terms borrowed from %s", "Semantic loans from %s"}},
    {"%l phono-semantic matchings from %s", {"%l phono-semantic matchings", "%l terms borrowed from %s", "Phono-semantic matchings from %s"}},
    {"%l transliterations of %s", {"%l transliterations", "%l terms borrowed from %s", "Transliterations of %s"}},
    {"%l borrowed terms", {"%l terms by etymology", "Borrowed terms by language"}},
    {"%l calques", {"%l terms by etymology", "Calques by language"}},
    {"%l inherited terms", {"%l terms by etymology", "Inherited terms by language"}},
    {"%l learned borrowings", {"%l borrowed terms", "Learned borrowings by language"}},
    {"%l orthographic borrowings", {"%l borrowed terms", "Orthographic borrowings by language"}},
    {"%l semantic loans", {"%l borrowed terms", "Semantic loans by language"}},
    {"%l phono-semantic matchings", {"%l borrowed terms", "Phono-semantic matchings by language"}},
    {"%l transliterations", {"%l borrowed terms", "Transliterations by language"}},
    -- Affix etymology
    {"Compound terms by language", {"Terms by etymology by language"}},
    {"Terms by prefix by language", {"Terms by etymology by language"}},
    {"Terms by suffix by language", {"Terms by etymology by language"}},
    {"Terms by infix by language", {"Terms by etymology by language"}},
    {"Terms by circumfix by language", {"Terms by etymology by language"}},
    {"%l terms by prefix", {"%l prefixes", "%l terms by etymology", "Terms by prefix by language"}},
    {"%l terms by suffix", {"%l suffixes", "%l terms by etymology", "Terms by suffix by language"}},
    {"%l terms by infix", {"%l infixes", "%l terms by etymology", "Terms by infix by language"}},
    {"%l terms by circumfix", {"%l circumfixes", "%l terms by etymology", "Terms by circumfix by language"}},
    {"%l terms prefixed with %s", {"%l terms by prefix"}},
    {"%l terms suffixed with %s", {"%l terms by suffix"}},
    {"%l terms infixed with %s", {"%l terms by infix"}},
    {"%l terms circumfixed with %s", {"%l terms by circumfix"}},
    {"%l compound terms", {"%l terms by etymology", "Compound terms by language"}},
    -- Entry maintenance
    {"Terms with usage examples by language", {"Entry maintenance by language"}},
    {"%l entry maintenance", {"%l language", "Entry maintenance by language"}},
    {"%l terms with usage examples", {"%l entry maintenance", "Terms with usage examples by language"}},
    -- Miscellaneous terms (custom)
    {"Requested terms by language", {"Fundamental"}},
    {"Nth terms by language", {"Fundamental"}},
    {"%l requested terms", {"%l language", "Requested terms by language"}},
    {"%l terms requested by my boyfriend", {"%l requested terms"}},
    {"%l terms requested by my partner", {"%l requested terms"}},
    {"%l nth terms", {"%l language", "Nth terms by language"}},
    -- Usage labels by language
    {"Terms by usage by language", {"Fundamental"}},
    {"Archaic terms by language", {"Terms by usage by language"}},
    {"Colloquial terms by language", {"Terms by usage by language"}},
    {"Dated terms by language", {"Terms by usage by language"}},
    {"Derogatory terms by language", {"Terms by usage by language"}},
    {"Dialectal terms by language", {"Terms by usage by language"}},
    {"Euphemisms by language", {"Terms by usage by language"}},
    {"Formal terms by language", {"Terms by usage by language"}},
    {"Gender-neutral terms by language", {"Terms by usage by language"}},
    {"Humble terms by language", {"Terms by usage by language"}},
    {"Jocular terms by language", {"Terms by usage by language"}},
    {"Obsolete terms by language", {"Terms by usage by language"}},
    {"Offensive terms by language", {"Terms by usage by language"}},
    {"Pejorative terms by language", {"Terms by usage by language"}},
    {"Slang terms by language", {"Terms by usage by language"}},
    {"Slurs by language", {"Terms by usage by language"}},
    -- Language usage labels
    {"%l terms by usage", {"%l language", "Terms by usage by language"}},
    {"%l archaic terms", {"%l terms by usage", "Archaic terms by language"}},
    {"%l colloquial terms", {"%l terms by usage", "Colloquial terms by language"}},
    {"%l dated terms", {"%l terms by usage", "Dated terms by language"}},
    {"%l derogatory terms", {"%l terms by usage", "Derogatory terms by language"}},
    {"%l dialectal terms", {"%l terms by usage", "Dialectal terms by language"}},
    {"%l euphemisms", {"%l terms by usage", "Euphemisms by language"}},
    {"%l formal terms", {"%l terms by usage", "Formal terms by language"}},
    {"%l gender-neutral terms", {"%l terms by usage", "Gender-neutral terms by language"}},
    {"%l humble terms", {"%l terms by usage", "Humble terms by language"}},
    {"%l jocular terms", {"%l terms by usage", "Jocular terms by language"}},
    {"%l obsolete terms", {"%l terms by usage", "Obsolete terms by language"}},
    {"%l offensive terms", {"%l terms by usage", "Offensive terms by language"}},
    {"%l pejorative terms", {"%l terms by usage", "Pejorative terms by language"}},
    {"%l slang terms", {"%l terms by usage", "Slang terms by language"}},
    {"%l slurs", {"%l terms by usage", "Slurs by language"}},
    -- Topics
    {"Topics by language", {"Fundamental"}},
    {"In-world terms by language", {"Topics by language"}},
    {"Out-of-world terms by language", {"Topics by language"}},
    {"%s topic by language", {"Topics by language"}},
    {"%l topics", {"%l language", "Topics by language"}},
    {"%l in-world terms", {"%l topics", "In-world terms by language"}},
    {"%l out-of-world terms", {"%l topics", "Out-of-world terms by language"}},
    {"%c:Biochemistry", {"%l topics", "Biochemistry topic by language", "%c:Chemistry"}},
    {"%c:Phonetics", {"%l topics", "Phonetics topic by language", "%c:Linguistics"}},
    {"%c:Phonology", {"%l topics", "Phonology topic by language", "%c:Linguistics"}},
    {"%c:Organic chemistry", {"%l topics", "Organic chemistry topic by language", "%c:Chemistry"}},
    {"%c:Genetics", {"%l topics", "Genetics topic by language", "%c:Biology"}},
    {"%c:Cytology", {"%l topics", "Cytology topic by language", "%c:Biology"}},
    {"%c:Geometry", {"%l topics", "Geometry topic by language", "%c:Mathematics"}},
    {"%c:%s", {"%l topics", "%s topic by language"}},
    -- Templates
    {"Templates", {"Fundamental"}},
    {"Templates by language", {"Templates"}},
    {"Entry templates", {"Templates"}},
    {"Link templates", {"Templates"}},
    {"Banner templates", {"Templates"}},
    {"Encyclopedia templates", {"Templates"}},
    {"Etymology templates", {"Entry templates"}},
    {"Definition templates", {"Entry templates"}},
    {"Pronunciation templates", {"Entry templates"}},
    {"Translation templates", {"Entry templates"}},
    {"%l templates", {"Templates by language"}},
}