Module:category tree/lang/qay: Difference between revisions
Created page with "local labels = {} labels["monoconsonantal verbs"] = { description = "{{{langname}}} verbs where the stem ends in a single consonant.", breadcrumb_and_first_sort_key = "monoconsonantal", parents = {"verbs"}, } labels["biconsonantal verbs"] = { description = "{{{langname}}} verbs where the stem ends in a consonant cluster.", breadcrumb_and_first_sort_key = "biconsonantal", parents = {"verbs"}, } labels["vocalic verbs"] = { description = "{{{langname}}} verbs wher..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
description = "{{{langname}}} verbs where the stem ends in a single consonant.", | description = "{{{langname}}} verbs where the stem ends in a single consonant.", | ||
breadcrumb_and_first_sort_key = "monoconsonantal", | breadcrumb_and_first_sort_key = "monoconsonantal", | ||
parents = {"verbs"}, | parents = {"verbs by inflection type"}, | ||
} | } | ||
| Line 10: | Line 10: | ||
description = "{{{langname}}} verbs where the stem ends in a consonant cluster.", | description = "{{{langname}}} verbs where the stem ends in a consonant cluster.", | ||
breadcrumb_and_first_sort_key = "biconsonantal", | breadcrumb_and_first_sort_key = "biconsonantal", | ||
parents = {"verbs"}, | parents = {"verbs by inflection type"}, | ||
} | } | ||
| Line 16: | Line 16: | ||
description = "{{{langname}}} verbs where the stem ends in a vowel.", | description = "{{{langname}}} verbs where the stem ends in a vowel.", | ||
breadcrumb_and_first_sort_key = "vocalic", | breadcrumb_and_first_sort_key = "vocalic", | ||
parents = {"verbs"}, | parents = {"verbs by inflection type"}, | ||
} | } | ||
labels["consonantal nouns"] = { | |||
description = "{{{langname}}} nouns where the stem ends in a single consonant.", | |||
breadcrumb_and_first_sort_key = "consonantal", | |||
parents = {"nouns by inflection type"}, | |||
} | |||
labels["vocalic nouns"] = { | |||
description = "{{{langname}}} nouns where the stem ends in a vowel.", | |||
breadcrumb_and_first_sort_key = "vocalic", | |||
parents = {"nouns by inflection type"}, | |||
} | |||
labels["consonantal proper nouns"] = { | |||
description = "{{{langname}}} proper nouns where the stem ends in a single consonant.", | |||
breadcrumb_and_first_sort_key = "consonantal", | |||
parents = {"proper nouns by inflection type"}, | |||
} | |||
labels["vocalic proper nouns"] = { | |||
description = "{{{langname}}} proper nouns where the stem ends in a vowel.", | |||
breadcrumb_and_first_sort_key = "vocalic", | |||
parents = {"proper nouns by inflection type"}, | |||
} | |||
return {LABELS = labels} | return {LABELS = labels} | ||