Module:category tree/lemmas
Itsura
- The following documentation is generated by Template:category tree data submodule documentation. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This data submodule defines part of Wiktionary's category structure.
For an introduction to the category tree system and a description of how to add or modify categories, see Module:category tree/documentation.
local labels = {}
local raw_categories = {}
local handlers = {}
local ucfirst = require("Module:string utilities").ucfirst
local tl_utilities_module = "Module:tl-utilities" --TLCHANGE
--TLCHANGE add this function
local function add_linker(...)
add_linker = require(tl_utilities_module).add_linker
return add_linker(...)
end
-----------------------------------------------------------------------------
-- --
-- LABELS --
-- --
-----------------------------------------------------------------------------
local diminutive_augmentative_poses = {
"adjectives",
"adverbs",
"determiners",
"interjections",
"nouns",
"numerals",
"prefixes",
"proper nouns",
"pronouns",
"suffixes",
"verbs"
}
labels["na lema"] = { --TLCHANGE: "lemmas"
description = "Mga [[Wiktionary:Lemmas|lema]] ng wikang {{{langname}}}, na nakaayos ayon sa bahagi ng pananalita.",
umbrella_parents = "Pangkalahatan", --TLCHANGE: "Fundamental"
parents = {{name = "{{{langcat}}}", raw = true, sort = " "}},
english_name = "lemmas" --TLCHANGE
}
labels["action nouns"] = {
description = "{{{langname}}} nouns denoting action of a verb or verbal root that it is derived from.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["act-related adverbs"] = {
description = "{{{langname}}} adverbs that indicate the motive or other background information for an action.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["adjective concords"] = {
description = "{{{langname}}} concords that are prefixed to adjective stems.",
parents = {"concords"},
}
labels["na pang-uri"] = { --TLCHANGE: "adjectives"
description = "Mga salitang {{{langname}}} na naglalarawan at nagbibigay-depinisyon sa pangngalan.",
parents = {"na lema"},
english_name = "adjectives" --TLCHANGE
}
labels["adverbial accusatives"] = {
description = "Accusative case-forms in {{{langname}}} used as adverbs.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["na pang-abay"] = { --TLCHANGE: "adverbs"
description = "Mga salitang {{{langname}}} na direktang naglalarawan ng mga sugnay, pangungusap, at parirala.",
parents = {"na lema"},
english_name = "adverbs" --TLCHANGE
}
labels["na panlapi"] = { --TLCHANGE: "affixes"
description = "Mga morpema na ikinakarga sa mga salitang {{{langname}}}.", --TLCHANGE
parents = {"na morpema"},
english_name = "affixes" --TLCHANGE
}
labels["agent nouns"] = {
description = "{{{langname}}} nouns that denote an agent that performs the action denoted by the verb from which the noun is derived.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["ambipositions"] = {
description = "{{{langname}}} adpositions that can occur either before or after their objects.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["ambitransitive verbs"] = {
description = "{{{langname}}} verbs that may or may not direct actions, occurrences or states to grammatical objects.",
parents = {"na pandiwa", "pandiwang palipat", "pandiwang katawanin"}, --TLCHANGE
}
labels["animal commands"] = {
description = "{{{langname}}} words used to communicate with animals.",
parents = {"na pandamdam"}, --TLCHANGE
}
labels["na artikulo"] = { --TLCHANGE articles are a more specific form of determiners, and the Barirala refers to it as pantukoy.
description = "{{{langname}}} terms that indicate and specify nouns.",
parents = {"na pantukoy"}, --TLCHANGE
english_name = "articles" --TLCHANGE
}
labels["aspect adverbs"] = {
description = "{{{langname}}} adverbs that express [[w:Grammatical aspect|grammatical aspect]], describing the flow of time in relation to a statement.",
parents = {"na pang-abay"}, --TLCHANGE
}
for _, pos in ipairs(diminutive_augmentative_poses) do
labels["augmentative " .. pos] = {
description = "{{{langname}}} " .. pos .. " that are derived from a base word to convey big size or big intensity.",
parents = {pos},
}
end
labels["attenuative verbs"] = {
description = "{{{langname}}} verbs that indicate that an action or event is performed or takes place gently, lightly, partially, perfunctorily or to an otherwise reduced extent.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["autobenefactive verbs"] = {
description = "{{{langname}}} verbs that indicate that the agent of an action is also its benefactor.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["automative verbs"] = {
description = "{{{langname}}} verbs that indicate actions directed at or a change of state of the grammatical subject.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na pandiwang pantulong"] = { --TLCHANGE
description = "{{{langname}}} verbs that provide additional conjugations for other verbs.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "auxiliary verbs", --TLCHANGE
}
labels["biaspectual verbs"] = {
description = "{{{langname}}} verbs that can be both imperfective and perfective.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["causative verbs"] = {
description = "{{{langname}}} verbs that express causing actions or states rather than performing or being them directly.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na kabilaang lapi"] = { --TLCHANGE
description = "Affixes attached to both the beginning and the end of {{{langname}}} words, functioning together as single units.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
english_name = "circumfixes", --TLCHANGE
}
labels["circumpositions"] = {
description = "{{{langname}}} adpositions that appear on both sides of their objects.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["classifiers"] = {
description = "{{{langname}}} terms that classify nouns according to their meanings.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["clitics"] = {
description = "{{{langname}}} morphemes that function as independent words, but are always attached to another word.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
}
for _, pos in ipairs { "nouns", "suffixes" } do
labels["collective " .. pos] = {
description = "{{{langname}}} " .. pos .. " that indicate groups of related things or beings, without the need of grammatical pluralization.",
parents = {pos},
}
end
labels["combining forms"] = {
description = "Forms of {{{langname}}} words that do not occur independently, but are used when joined with other words.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
}
labels["comparable adjectives"] = {
description = "{{{langname}}} adjectives that can be inflected to display different degrees of comparison.",
parents = {"adjectives"},
}
labels["comparable adverbs"] = {
description = "{{{langname}}} adverbs that can be inflected to display different degrees of comparison.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["completive verbs"] = {
description = "{{{langname}}} verbs which refer to the completion of an action which has already commenced or which has already been performed upon a subset of the entities which it affects.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["concords"] = {
description = "{{{langname}}} prefixes attached to words to show agreement with a noun or pronoun.",
parents = {"na unlapi"}, --TLCHANGE "prefixes"
}
labels["na pangatnig"] = { --TLCHANGE
description = "{{{langname}}} terms that connect words, phrases or clauses together.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "conjunctions", --TLCHANGE
}
labels["conjunctive adverbs"] = {
description = "{{{langname}}} adverbs that connect two independent clauses together.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["continuative verbs"] = {
description = "{{{langname}}} verbs that express continuing action.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["control verbs"] = {
description = "{{{langname}}} verbs that take multiple arguments, one of which is another verb. One of the control verb's arguments is syntactically both an argument of the control verb and an argument of the other verb.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["cooperative verbs"] = {
description = "{{{langname}}} verbs that indicate cooperation",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["coordinating conjunctions"] = {
description = "{{{langname}}} conjunctions that indicate equal syntactic importance between connected items.",
parents = {"conjunctions"},
}
labels["copulative verbs"] = {
description = "{{{langname}}} verbs that may take adjectives as their complement.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
for _, pos in ipairs { {"na pangngalan", "nouns"}, {"na pangngalang pantangi", "proper nouns"} } do --TLCHANGE { "nouns", "proper nouns" }
pos_with_linker = add_linker(pos[1])
labels[pos_with_linker .. " pamilang"] = { --TLCHANGE "countable " .. pos
description = "{{{langname}}} na " .. pos[1] .. " that can be quantified directly by numerals.", --TLCHANGE add [1]
parents = {pos[1]}, --TLCHANGE add [1]
english_name = "countable " .. pos[2] --TLCHANGE
}
end
labels["countable numerals"] = {
description = "{{{langname}}} numerals that can be quantified directly by other numerals.",
parents = {"numerals"},
}
labels["countable suffixes"] = {
description = "{{{langname}}} suffixes that can be used to form nouns that can be quantified directly by numerals.",
parents = {"na hulapi"}, --TLCHANGE "suffixes"
}
labels["counters"] = {
description = "{{{langname}}} terms that combine with numerals to express quantity of nouns.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["cumulative verbs"] = {
description = "{{{langname}}} verbs which indicate that an action or event gradually yields a certain or significant quantity or effect.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["degree adverbs"] = {
description = "{{{langname}}} adverbs that express a particular degree to which the word they modify applies.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["delimitative verbs"] = {
description = "{{{langname}}} verbs which indicate that an action or event is performed or takes place briefly or to an otherwise reduced extent.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na pang-uring pamatlig"] = { --TLCHANGE
description = "{{{langname}}} adjectives that refer to nouns, comparing them to external references.",
--TLCHANGE parents = {"adjectives", {name = "demonstrative pro-forms", sort = "adjectives"}},
parents = {"na pang-uri", {name = "demonstrative pro-forms", sort = "adjectives"}},
english_name = "demonstrative adjectives", --TLCHANGE
}
labels["na pang-abay na pamatlig"] = { --TLCHANGE
description = "{{{langname}}} adverbs that refer to other adverbs, comparing them to external references.",
--TLCHANGE parents = {"adverbs", {name = "demonstrative pro-forms", sort = "adverbs"}},
parents = {"na pang-abay", {name = "demonstrative pro-forms", sort = "adverbs"}}, --TLCHANGE
english_name = "demonstrative adverbs" --TLCHANGE
}
labels["denominal verbs"] = { -- in [[Appendix:Glossary]]; "denominative" more frequent?
description = "{{{langname}}} verbs that derive from nouns.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na pantukoy na pamatlig"] = { --TLCHANGE
description = "{{{langname}}} determiners that refer to nouns, comparing them to external references.",
--TLCHANGE parents = {"determiners", {name = "demonstrative pro-forms", sort = "determiners"}},
parents = {"na pantukoy", {name = "demonstrative pro-forms", sort = "determiners"}},
english_name = "demonstrative determiners" --TLCHANGE
}
labels["na panghalip na pamatlig"] = { --TLCHANGE
description = "{{{langname}}} pronouns that refer to nouns, comparing them to external references.",
--TLCHANGE parents = {"pronouns", {name = "demonstrative pro-forms", sort = "pronouns"}},
parents = {"na panghalip", {name = "demonstrative pro-forms", sort = "panghalip"}},
english_name = "demonstrative pronouns" --TLCHANGE
}
labels["deponent verbs"] = {
description = "{{{langname}}} verbs that can only be used with the {{w|active voice}}, but which conjugate as though they were being used with a different voice.",
parents = {"active-only verbs", "verbs"},
}
labels["derivational prefixes"] = {
description = "{{{langname}}} prefixes that are used to create new words.",
parents = {"na unlapi"}, --TLCHANGE "prefixes"
}
labels["derivational suffixes"] = {
description = "{{{langname}}} suffixes that are used to create new words.",
parents = {"na hulapi"}, --TLCHANGE "suffixes"
}
labels["derivative verbs"] = {
description = "{{{langname}}} verbs that are derived from nouns and adjectives.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["desiderative verbs"] = {
description = "{{{langname}}} verbs with the following morphology: verbal root xxx + [[desiderative]] affix, and the following semantics: to wish to do the action xxx.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["determinatives"] = {
description = "{{{langname}}} terms that indicate the general class to which the following logogram belongs.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["na pantukoy"] = { --TLCHANGE "determiners"
description = "{{{langname}}} terms that narrow down, within the conversational context, the referent of the modified noun.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "determiners" --TLCHANGE
}
labels["diminutiva tantum"] = {
description = "{{{langname}}} nouns or noun senses that are mostly or exclusively used in the diminutive form.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
for _, pos in ipairs(diminutive_augmentative_poses) do
labels["diminutive " .. pos] = {
description = "{{{langname}}} " .. pos .. " that are derived from a base word to convey endearment, small size or small intensity.",
parents = {pos},
}
end
labels["discourse particles"] = {
description = "{{{langname}}} particles that manage the flow and structure of discourse.",
parents = {"na kataga"}, --TLCHANGE "particles"
}
labels["distributive verbs"] = {
description = "{{{langname}}} verbs which indicate that an action or event involves multiple participants or a large quantity of an uncountable mass, usually as the grammatical subject in the case of intransitive verbs and as the grammatical object in the case of transitive verbs.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["ditransitive verbs"] = {
description = "{{{langname}}} verbs that indicate actions, occurrences or states of two grammatical objects simultaneously, one direct and one indirect.",
parents = {"na pandiwa", " na pandiwang palipat"}, --TLCHANGE
}
labels["dualia tantum"] = {
description = "{{{langname}}} nouns that are mostly or exclusively used in the dual form.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["duration adverbs"] = {
description = "{{{langname}}} adverbs that express duration in time, such as (in English) [[always]], [[all night]] and [[ever since]].",
parents = {"time adverbs"},
}
labels["ergative verbs"] = {
description = "{{{langname}}} [[Appendix:Glossary#ergative|ergative verb]]s: intransitive verbs that become causatives when used transitively.",
parents = {"na pandiwa", "na pandiwang katawanin", "na pandiwang palipat"}, --TLCHANGE
}
labels["excessive verbs"] = {
description = "{{{langname}}} verbs that indicate that an action is performed to an excessive extent.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["enclitics"] = {
description = "{{{langname}}} clitics that attach to the preceding word.",
parents = {"clitics"},
}
labels["nouns with other-gender equivalents"] = {
description = "{{{langname}}} nouns that refer to gendered concepts (e.g. [[actor]] vs. [[actress]], [[king]] vs. [[queen]]) and have corresponding other-gender equivalent terms.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["female equivalent nouns"] = {
description = "{{{langname}}} nouns that refer to female beings with the same characteristics as the base noun.",
parents = {"nouns with other-gender equivalents"},
}
labels["neuter equivalent nouns"] = {
description = "{{{langname}}} nouns that refer to neuter beings with the same characteristics as the base noun.",
parents = {"nouns with other-gender equivalents"},
}
labels["female equivalent suffixes"] = {
description = "{{{langname}}} suffixes that refer to female beings with the same characteristics as the base suffix.",
parents = {"noun-forming suffixes"},
}
labels["focus adverbs"] = {
description = "{{{langname}}} adverbs that indicate [[w:Focus (linguistics)|focus]] within the sentence.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["frequency adverbs"] = {
description = "{{{langname}}} adverbs that express repetition with a certain frequency or interval, such as (in English) [[monthly]], [[continually]] and [[once in a while]].",
parents = {"time adverbs"},
}
labels["na pandiwang paralas"] = { --TLCHANGE
description = "{{{langname}}} verbs that express repeated action.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "frequentative verbs", --TLCHANGE
}
labels["general pronouns"] = {
description = "{{{langname}}} pronouns that refer to all persons, things, abstract ideas and their characteristics.",
parents = {"na panghalip"}, --TLCHANGE "pronouns"
}
labels["generational moieties"] = {
description = "{{{langname}}} moieties that alternate every generation.",
parents = {"moieties"},
}
labels["ideophones"] = {
description = "{{{langname}}} terms that evoke an idea, especially a sensation or impression, with a sound.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["na pandiwang imperpektibo"] = { --TLCHANGE
description = "{{{langname}}} verbs that express actions considered as ongoing or continuous, as opposed to completed events.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "imperfective verbs" --TLCHANGE
}
labels["na pandiwang palikas"] = { --TLCHANGE
description = "{{{langname}}} verbs that do not indicate actions, occurrences or states of any specific grammatical subject.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "impersonal verbs" --TLCHANGE
}
labels["inchoative verbs"] = {
description = "{{{langname}}} verbs that indicate the beginning of an action or event.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["indefinite adjectives"] = {
description = "{{{langname}}} adjectives that refer to unspecified adjective meanings.",
parents = {"adjectives", {name = "indefinite pro-forms", sort = "adjectives"}},
}
labels["indefinite adverbs"] = {
description = "{{{langname}}} adverbs that refer to unspecified adverbial meanings.",
parents = {"na pang-abay", {name = "indefinite pro-forms", sort = "adverbs"}}, --TLCHANGE
}
labels["indefinite determiners"] = {
description = "{{{langname}}} determiners that designate an unidentified noun.",
parents = {"na pantukoy", {name = "indefinite pro-forms", sort = "determiners"}}, --TLCHANGE
}
labels["indefinite pronouns"] = {
description = "{{{langname}}} pronouns that refer to unspecified nouns.",
parents = {"na panghalip", {name = "indefinite pro-forms", sort = "pronouns"}}, --TLCHANGE
}
labels["na gitlapi"] = { --TLCHANGE "infixes"
description = "Affixes inserted inside {{{langname}}} words.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
english_name = "infixes" --TLCHANGE
}
labels["inflectional prefixes"] = {
description = "{{{langname}}} prefixes that are used as inflectional beginnings in noun, adjective or verb paradigms.",
parents = {"na unlapi"}, --TLCHANGE "prefixes"
}
labels["inflectional suffixes"] = {
description = "{{{langname}}} suffixes that are used as inflectional endings in noun, adjective or verb paradigms.",
parents = {"na hulapi"}, --TLCHANGE "suffixes"
}
labels["intensive verbs"] = {
description = "{{{langname}}} verbs which indicate that an action is performed vigorously, enthusiastically, forcefully or to an otherwise enlarged extent.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["interfixes"] = {
description = "Affixes used to join two {{{langname}}} words or morphemes together.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
}
labels["na pandamdam"] = { --TLCHANGE "interjections"
description = "{{{langname}}} terms that express emotions, sounds, etc. as exclamations.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "interjections" --TLCHANGE
}
labels["interrogative adjectives"] = {
description = "{{{langname}}} adjectives that indicate questions.",
parents = {"adjectives", {name = "interrogative pro-forms", sort = "adjectives"}},
}
labels["na pang-abay na pananong"] = { --TLCHANGE
description = "{{{langname}}} adverbs that indicate questions.",
parents = {"na pang-abay", {name = "interrogative pro-forms", sort = "adverbs"}}, --TLCHANGE
english_name = "interrogative adverbs", --TLCHANGE
}
labels["interrogative determiners"] = {
description = "{{{langname}}} determiners that indicate questions.",
parents = {"na pantukoy", {name = "interrogative pro-forms", sort = "determiners"}}, --TLCHANGE
}
labels["interrogative particles"] = {
description = "{{{langname}}} particles that indicate questions.",
parents = {"particles", {name = "interrogative pro-forms", sort = "particles"}},
}
labels["interrogative pronouns"] = {
description = "{{{langname}}} pronouns that indicate questions.",
parents = {"pronouns", {name = "interrogative pro-forms", sort = "pronouns"}},
}
labels["na pandiwang katawanin"] = { --TLCHANGE "intransitive verbs"
description = "{{{langname}}} verbs that don't require any grammatical objects.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "intransitive verbs" --TLCHANGE
}
labels["iterative verbs"] = {
description = "{{{langname}}} verbs that express the repetition of an event.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["location adverbs"] = {
description = "{{{langname}}} adverbs that indicate location.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["male equivalent nouns"] = {
description = "{{{langname}}} nouns that refer to male beings with the same characteristics as the base noun.",
parents = {"nouns with other-gender equivalents"},
}
labels["na pang-abay na pamaraan"] = { --TLCHANGE
description = "{{{langname}}} adverbs that indicate the manner, way or style in which an action is performed.",
parents = {"na pang-abay"}, --TLCHANGE
english_name = "manner adverbs" --TLCHANGE
}
labels["na pang-abay na modal"] = { --TLCHANGE
description = "{{{langname}}} adverbs that express [[w:Linguistic modality|linguistic modality]], indicating the mood or attitude of the speaker with respect to what is being said.",
parents = {"sentence adverbs"},
english_name = "modal adverbs" --TLCHANGE
}
labels["na katagang modal"] = { --TLCHANGE
description = "{{{langname}}} particles that reflect the mood or attitude of the speaker, without changing the basic meaning of the sentence.",
parents = {"na kataga"}, --TLCHANGE "particles"
english_name = "modal particles" --TLCHANGE
}
labels["na pandiwang modal"] = { --TLCHANGE
description = "{{{langname}}} verbs that indicate [[grammatical mood]].",
parents = {"auxiliary verbs"},
english_name = "modal verbs" --TLCHANGE
}
labels["moieties"] = {
description = "{{{langname}}} pairs of abstract categories separating people and the environment.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["momentane verbs"] = {
description = "{{{langname}}} verbs that express a sudden and brief action.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na morpema"] = { --TLCHANGE "morphemes"
description = "{{{langname}}} word-elements used to form full words.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "morphemes" --TLCHANGE
}
labels["movement adverbs"] = {
description = "{{{langname}}} adverbs that express movement in space, such as (in English) [[hither]], [[that way]], [[down]] and [[eastwards]].",
additional = "Compare [[:Category:{{{langname}}} position adverbs]].",
parents = {"location adverbs"},
umbrella = {
additional = "Compare [[:Category:Position adverbs by language]].",
},
}
labels["na salitang maramihan"] = { --TLCHANGE "multiword terms"
description = "{{{langname}}} lemmas that are a combination of multiple words, including [[WT:CFI#Idiomaticity|idiomatic]] combinations.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "multiword terms" --TLCHANGE
}
labels["negative verbs"] = {
description = "{{{langname}}} verbs that indicate the lack of an action.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["negative particles"] = {
description = "{{{langname}}} particles that indicate negation.",
parents = {"na kataga"}, --TLCHANGE "particles"
}
labels["negative pronouns"] = {
description = "{{{langname}}} pronouns that refer to negative or non-existent references.",
parents = {"na panghalip"}, --TLCHANGE "pronouns"
}
labels["nominalized adjectives"] = {
description = "{{{langname}}} adjectives that are used as nouns.",
parents = {"nouns", "adjectives"},
}
labels["non-constituents"] = {
description = "{{{langname}}} terms that are not grammatical [[constituent#Noun|constituents]], and therefore need to be combined with additional terms to form a complete phrase.",
parents = {"phrases"},
}
labels["na unlaping pangngalan"] = { --TLCHANGE
description = "{{{langname}}} prefixes attached to a noun that display its noun class.",
parents = {"na unlapi"}, --TLCHANGE "prefixes"
english_name = "noun prefixes", --TLCHANGE
}
labels["na pangngalan"] = { --TLCHANGE "nouns"
description = "Mga salitang {{{langname}}} na nagngangalan ng tao, hayop, bagay, lugar, pangyayari, katangian, o kaisipan.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "nouns" --TLCHANGE
}
labels["nouns by classifier"] = {
description = "{{{langname}}} nouns organized by the classifier they are used with.",
parents = {{name = "nouns", sort = "classifier"}},
}
labels["na pambilang"] = { --TLCHANGE "numerals"
description = "Mga salitang {{{langname}}} na nagbibilang sa mga pangngalan.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "numerals" --TLCHANGE
}
labels["object concords"] = {
description = "{{{langname}}} concords used to show the grammatical object.",
parents = {"concords"},
}
labels["object pronouns"] = {
description = "{{{langname}}} pronouns that refer to grammatical objects.",
parents = {"na panghalip"}, --TLCHANGE "pronouns"
}
labels["na kataga"] = { --TLCHANGE "particles"
description = "{{{langname}}} terms that do not belong to any of the inflected grammatical word classes, often lacking their own grammatical functions and forming other parts of speech or expressing the relationship between clauses.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "particles" --TLCHANGE
}
labels["na pandiwang perpektibo"] = { --TLCHANGE
description = "{{{langname}}} verbs that express actions considered as completed events, as opposed to ongoing or continuous.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "perfective verbs" --TLCHANGE
}
labels["na panghalip na panao"] = { --TLCHANGE "personal pronouns"
description = "{{{langname}}} pronouns that are used as substitutes for known nouns.",
parents = {"na panghalip"}, --TLCHANGE "pronouns"
english_name = "personal pronouns" --TLCHANGE
}
labels["phrasal verbs"] = {
description = "{{{langname}}} verbs accompanied by particles, such as prepositions and adverbs.",
parents = {"verbs", "phrases"},
}
labels["phrasal prepositions"] = {
description = "{{{langname}}} prepositions formed with combinations of other terms.",
parents = {"prepositions", "phrases"},
}
labels["pluralia tantum"] = {
description = "{{{langname}}} nouns that are mostly or exclusively used in the plural form.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["point-in-time adverbs"] = {
description = "{{{langname}}} adverbs that reference a specific point in time, e.g. {{m|en|yesterday}}, {{m+|es|anoche||last night}} or {{m+|hu|egykor||at one o'clock}}.",
parents = {"time adverbs"},
}
labels["position adverbs"] = {
description = "{{{langname}}} adverbs that express position in space, such as (in English) [[here]], [[next door]], [[cater-corner]] and [[on deck]].",
additional = "Compare [[:Category:{{{langname}}} movement adverbs]].",
parents = {"location adverbs"},
umbrella = {
additional = "Compare [[:Category:Movement adverbs by language]].",
},
}
labels["possessable nouns"] = {
description = "{{{langname}}} nouns can have their possession indicated directly by possessive pronouns.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
umbrella = {
description = "Categories with nouns that can have their possession indicated directly by possessive pronouns and, in some languages, be transformed into adjectives.",
parents = {"Subkategoryang panglema ayon sa wika" }, --TLCHANGE
breadcrumb = "Possessable nouns by language",
},
}
labels["possessional adjectives"] = {
description = "{{{langname}}} adjectives that indicate that a noun is in possession of something.",
parents = {"adjectives"},
}
labels["na pang-uri na paari"] = { --TLCHANGE
description = "{{{langname}}} adjectives that indicate ownership.",
parents = {"na pang-uri"}, --TLCHANGE
english_name = "possessive adjectives" --TLCHANGE
}
labels["possessive concords"] = {
description = "{{{langname}}} concords used to show possession.",
parents = {"concords"},
}
labels["na pantukoy na paari"] = { --TLCHANGE
description = "{{{langname}}} determiners that indicate ownership.",
parents = {"na pantukoy"}, --TLCHANGE
english_name = "possessive determiners" --TLCHANGE
}
labels["na panghalip na paari"] = { --TLCHANGE
description = "{{{langname}}} pronouns that indicate ownership.",
parents = {"na panghalip"}, --TLCHANGE "pronouns"
english_name = "possessive pronouns" --TLCHANGE
}
labels["postpositional phrases"] = {
description = "{{{langname}}} phrases headed by a postposition.",
parents = {"phrases", "postpositions"},
}
labels["postpositions"] = {
description = "{{{langname}}} adpositions that are placed after their objects.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["predicatives"] = {
description = "{{{langname}}} elements of the predicate that supplement the subject or object of a sentence via the verb.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["na unlapi"] = { --TLCHANGE "prefixes"
description = "Affixes attached to the beginning of {{{langname}}} words.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
english_name = "prefixes" --TLCHANGE
}
labels["prepositional phrases"] = {
description = "{{{langname}}} phrases headed by a preposition.",
parents = {"phrases", "prepositions"},
}
labels["na pang-ukol"] = { --TLCHANGE "prepositions"
description = "{{{langname}}} adpositions that are placed before their objects.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "prepositions" --TLCHANGE
}
labels["matrilineal moieties"] = {
description = "{{{langname}}} moieties inherited from an individual's mother.",
parents = {"moieties"},
}
labels["patrilineal moieties"] = {
description = "{{{langname}}} moieties inherited from an individual's father.",
parents = {"moieties"},
}
labels["pejorative suffixes"] = {
description = "{{{langname}}} suffixes that [[belittle]] (lessen in value).",
parents = {"na hulapi"}, --TLCHANGE "suffixes"
}
labels["prenouns"] = {
description = "{{{langname}}} prefixes of various kinds that are attached to nouns.",
parents = {"na unlapi"}, --TLCHANGE "prefixes"
}
labels["preverbs"] = {
description = "{{{langname}}} prefixes of various kinds that are attached to verbs.",
parents = {"na unlapi"}, --TLCHANGE "prefixes"
}
labels["privative verbs"] = {
description = "{{{langname}}} verbs that indicate that the grammatical object is deprived of something or that something is removed from the object.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["pronominal adverbs"] = {
description = "{{{langname}}} adverbs that are formed by combining a pronoun with a preposition.",
parents = {"adverbs", "prepositions", "pronouns"},
}
labels["pronominal concords"] = {
description = "{{{langname}}} concords that are prefixed to pronominal stems.",
parents = {"concords"},
}
labels["na panghalip"] = { --TLCHANGE "pronouns"
description = "Mga salitang {{{langname}}} na humahalili sa pangngalan.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "pronouns" --TLCHANGE
}
labels["na pangngalang pantangi"] = { --TLCHANGE "proper nouns"
description = "Mga pangngalang {{{langname}}} na naitatangi ang mga ngalan ng tao, lugar, o organisasyon.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
english_name = "proper nouns" --TLCHANGE
}
labels["raising verbs"] = {
description = "{{{langname}}} verbs that, in a matrix or main clause, take an argument from an embedded or subordinate clause; in other words, a raising verb appears with a syntactic argument that is not its semantic argument, but is rather the semantic argument of an embedded predicate.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na panghalip na tambingan"] = { --TLCHANGE
description = "{{{langname}}} pronouns that refer back to a plural subject and express an action done in two or more directions.",
parents = {"na panghalip", "na panghalip panao"}, --TLCHANGE
english_name = "reciprocal pronouns" --TLCHANGE
}
labels["na pandiwang tambingan"] = { --TLCHANGE
description = "{{{langname}}} verbs that indicate actions, occurrences or states directed from multiple subjects to each other.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name ="reciprocal verbs" --TLCHANGE
}
labels["na panghalip paiba"] = { --TLCHANGE
description = "{{{langname}}} pronouns that refer back to the subject.",
parents = {"na panghalip", "na panghalip panao"}, --TLCHANGE
english_name = "reflexive pronouns" --TLCHANGE
}
labels["na pandiwang paiba"] = { --TLCHANGE
description = "{{{langname}}} verbs that indicate actions, occurrences or states directed from the grammatical subjects to themselves.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "reflexive verbs" --TLCHANGE
}
labels["relational adjectives"] = {
description = "{{{langname}}} adjectives that stand in place of a noun when modifying another noun.",
parents = {"na pang-uri"}, --TLCHANGE
}
labels["relational nouns"] = {
description = "{{{langname}}} nouns used to indicate a relation between other two nouns by means of possession.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["relative adjectives"] = {
description = "{{{langname}}} adjectives used to indicate [[relative clause]]s.",
parents = {"adjectives", {name = "relative pro-forms", sort = "adjectives"}},
}
labels["relative adverbs"] = {
description = "{{{langname}}} adverbs used to indicate [[relative clause]]s.",
parents = {"pang-abay", {name = "relative pro-forms", sort = "adverbs"}}, --TLCHANGE
}
labels["relative determiners"] = {
description = "{{{langname}}} determiners used to indicate [[relative clause]]s.",
parents = {"na pantukoy", {name = "relative pro-forms", sort = "determiners"}}, --TLCHANGE
}
labels["relative concords"] = {
description = "{{{langname}}} concords that are prefixed to relative stems.",
parents = {"concords"},
}
labels["na panghalip pamanggit"] = { --TLCHANGE
description = "{{{langname}}} pronouns used to indicate [[relative clause]]s.",
parents = {"na panghalip", {name = "relative pro-forms", sort = "pronouns"}}, --TLCHANGE {"pronouns", {name = "relative pro-forms", sort = "pronouns"}}
english_name = "relative pronouns" --TLCHANGE
}
labels["relatives"] = {
description = "{{{langname}}} terms that give attributes to nouns, acting grammatically as relative clauses.",
parents = {"na lema"}, --TLCHANGE "lemmas"
}
labels["repetitive verbs"] = {
description = "{{{langname}}} verbs that indicate actions or events which are performed or occur again, anew or differently.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["resultative verbs"] = {
description = "{{{langname}}} verbs that indicate a result of some action",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["reversative verbs"] = {
description = "{{{langname}}} verbs that indicate that the reversal or undoing of an action, event or state.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["saturative verbs"] = {
description = "{{{langname}}} verbs which indicate that an action is performed to the point of saturation or satisfaction.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["semelfactive verbs"] = {
description = "{{{langname}}} verbs that are punctual (instantaneous, momentive), perfective (treated as a unitary whole with no explicit internal temporal structure), and telic (having a boundary out of which the activity cannot be said to have taken place or continue).",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na pang-abay pangungusap"] = { --TLCHANGE
description = "{{{langname}}} adverbs that modify an entire clause or sentence.",
parents = {"na pang-abay"}, --TLCHANGE
english_name = "sentence adverbs" --TLCHANGE
}
labels["sequence adverbs"] = {
description = "{{{langname}}} conjunctive adverbs that express sequence in space or time.",
parents = {"conjunctive adverbs"},
}
labels["simulfixes"] = {
description = "Affixes replacing positions in {{{langname}}} words.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
}
labels["singulative nouns"] = {
description = "{{{langname}}} nouns that indicate a single item of a group of related things or beings.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["singularia tantum"] = {
description = "{{{langname}}} nouns that are mostly or exclusively used in the singular form.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
}
labels["solitary pronouns"] = {
description = "{{{langname}}} pronouns that refer to specific people in particular and sets them apart from anyone else.",
parents = {"na panghalip", "na panghalip panao"}, --TLCHANGE
}
labels["stative verbs"] = {
description = "{{{langname}}} verbs that define a state with no or insignificant internal dynamics.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["stems"] = {
description = "Morphemes from which {{{langname}}} words are formed.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
}
labels["subordinating conjunctions"] = {
description = "{{{langname}}} conjunctions that indicate relations of syntactic dependence between connected items.",
parents = {"conjunctions"},
}
labels["subject concords"] = {
description = "{{{langname}}} concords used to show the grammatical subject.",
parents = {"concords"},
}
labels["subject pronouns"] = {
description = "{{{langname}}} pronouns that refer to grammatical subjects.",
parents = {"na panghalip"}, --TLCHANGE "pronouns"
}
labels["na hulapi"] = { --TLCHANGE "suffixes"
description = "Affixes attached to the end of {{{langname}}} words.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
english_name = "suffixes" --TLCHANGE
}
labels["splitting verbs"] = {
description = "{{{langname}}} bisyllabic verbs that obligatorily split around a direct object or pronoun.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["terminative verbs"] = {
description = "{{{langname}}} verbs that indicate that an action or event ceases.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na pang-abay na pamanahon"] = { --TLCHANGE
description = "{{{langname}}} adverbs that indicate time, expressing either [[duration]], [[frequency]] or a [[point]] in [[time]].",
parents = {"na pang-abay"}, --TLCHANGE
english_name = "time adverbs" --TLCHANGE
}
labels["transfixes"] = {
description = "Discontinuous affixes inserted within a word root.",
parents = {"na morpema"}, --TLCHANGE "morphemes"
}
labels["transformative verbs"] = {
description = "{{{langname}}} verbs that indicate a change of state or nature, in the subject for intransitive verbs and in the object for transitive verbs.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
labels["na pandiwang palipat"] = { --TLCHANGE "transitive verbs"
description = "{{{langname}}} verbs that indicate actions, occurrences or states directed to one or more grammatical objects.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = "transitive verbs" --TLCHANGE
}
labels["uncomparable adjectives"] = {
description = "{{{langname}}} adjectives that are not inflected to display different degrees of comparison.",
parents = {"na pang-uri"}, --TLCHANGE
}
labels["uncomparable adverbs"] = {
description = "{{{langname}}} adverbs that are not inflected to display different degrees of comparison.",
parents = {"na pang-abay"}, --TLCHANGE
}
labels["na pangngalang di-pamilang"] = { --TLCHANGE
description = "{{{langname}}} nouns that indicate qualities, ideas, unbounded mass or other abstract concepts that cannot be quantified directly by numerals.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
english_name = "uncountable nouns" --TLCHANGE
}
labels["uncountable numerals"] = {
description = "{{{langname}}} numerals that cannot be quantified directly by other numerals.",
parents = {"numerals"},
}
labels["na pangngalang pantanging di-pamilang"] = { --TLCHANGE
description = "{{{langname}}} proper nouns that cannot be quantified directly by numerals.",
parents = {"na pangngalang pantangi"}, --TLCHANGE
english_name = "uncountable proper nouns" --TLCHANGE
}
labels["na hulaping di-pamilang"] = { --TLCHANGE
description = "{{{langname}}} suffixes that can be used to form nouns that cannot be quantified directly by numerals.",
parents = {"na hulapi"}, --TLCHANGE "suffixes"
english_name = "uncountable suffixes"
}
labels["unpossessable nouns"] = {
description = "{{{langname}}} nouns that cannot have their possession indicated directly by possessive pronouns.",
parents = {"na pangngalan"}, --TLCHANGE "nouns",
umbrella = {
description = "Categories with nouns that cannot have their possession indicated directly by possessive pronouns or, in some languages, be transformed into adjectives.",
parents = {"Subkategoryang panglema ayon sa wika" }, --TLCHANGE
breadcrumb = "Unpossessable nouns by language",
},
}
labels["na pangngalang makadiwa"] = { --TLCHANGE "verbal nouns"
description = "Mga pangngalang {{{langname}}} na naihahantulad sa pandiwa at nalalapit ang ibig-sabihin.",
parents = {"na pangngalan"}, --TLCHANGE "nouns"
english_name = "verbal nouns" --TLCHANGE
}
labels["na pang-uring makadiwa"] = { --TLCHANGE
description = "{{{langname}}} adjectives describing the condition or state resulting from the action of the corresponding verb.",
parents = {"na pang-uri"}, --TLCHANGE
english_name = "verbal adjectives" --TLCHANGE
}
-----------------------------------------------------------------------------
labels["na pandiwa"] = { --TLCHANGE
description = "{{{langname}}} terms that indicate actions, occurrences or states.",
parents = {"na lema"}, --TLCHANGE "lemmas"
english_name = "verbs" --TLCHANGE
}
for _, voice in pairs{ --TLCHANGE
{"tahasan", "active"},
{"gitna", "middle"},
{"balintiyak", "passive"},
} do
labels["na pandiwang " .. voice[1]] = { --TLCHANGE
--TLCHANGE description = "{{{langname}}} verbs that are predominantly used in the {{w|" .. voice .. " voice}}.",
description = "Mga pandiwang {{{langname}}} na karamihang ginagamit sa tinig na " .. voice[1] .. ".",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
english_name = voice[2] .. " verbs", --TLCHANGE
}
labels["na pandiwang pawang " .. voice[1]] = { --TLCHANGE
--TLCHANGE description = "{{{langname}}} verbs that can only be used in the {{w|" .. voice .. " voice}}.",
description = "Mga pandiwang {{{langname}}} na nagagamit lamang sa tinig na " .. voice[1] .. ".",
parents = {"na pandiwang " .. voice[1], "na pandiwa"}, --TLCHANGE {voice .. " verbs", "verbs"},
english_name = voice[2] .. "-only verbs", --TLCHANGE
}
end
labels["verbs of movement"] = {
description = "{{{langname}}} verbs that indicate physical movement of the grammatical subject across a trajectory, with a starting point and an endpoint.",
parents = {"na pandiwa"}, --TLCHANGE "verbs"
}
-----------------------------------------------------------------------------
for pos, desc in pairs{
["prepositions"] = "following",
["postpositions"] = "preceding"
} do
for _, case in ipairs{
"ablative",
"accusative",
"dative",
"genitive",
"instrumental",
"locative",
"nominative",
"prepositional",
"vocative",
} do
labels[case .. " " .. pos] = {
breadcrumb = ucfirst(case),
description = ("{{{langname}}} %s that cause the %s noun to be in the %s case."):format(pos, desc, case),
parents = {pos},
}
end
end
-- Add "X-only categories for degrees.
for _, pos in pairs{
{"na pang-uri", "adjectives"}, --TLCHANGE
{"na pang-abay", "adverbs"}, --TLCHANGE
{"na pantukoy", "determiners"}, --TLCHANGE
{"na panghalip", "pronouns"}, --TLCHANGE
} do
pos_with_linker = add_linker(pos[1]) --TLCHANGE
for _, comp in pairs{
{"pahambing", "comparative"}, --TLCHANGE
{"pasukdol", "superlative"}, --TLCHANGE
{"elatibo", "elative"}, --TLCHANGE idk what is the tagalog for this
{"pahambing na magkatulad", "equative"}, --TLCHANGE
} do
labels[pos_with_linker .. " pawang " .. comp[1]] = { --TLCHANGE
--TLCHANGE description = "{{{langname}}} " .. pos .. " that are only used in their " .. comp .. " forms.",
description = "Mga " .. pos_with_linker .. " {{{langname}}} na ginagamit lamang sa kanilang anyong " .. comp[1] .. ".",
parents = {pos[1]}, --TLCHANGE
english_name = comp[2] .. "-only " .. pos[2] --TLCHANGE
}
end
end
-- Add "POS-forming suffixes".
for _, pos in pairs{
"adjective",
"adverb",
"noun",
"numeral",
"participle",
"pronoun",
"proper noun",
"verb",
} do
labels[pos .. "-forming suffixes"] = {
description = "{{{langname}}} suffixes that are used to derive " .. pos .. "s from other words.",
parents = {"derivational suffixes"},
}
end
local labels2 = {}
-- Add "reconstructed" subcategories; add 'umbrella_parents' key if not
-- already present.
for key, data in pairs(labels) do
labels2[key] = data
if not data.umbrella_parents then
data.umbrella_parents = "Subkategoryang panglema ayon sa wika" --TLCHANGE
end
labels2["reconstructed " .. key] = {
description = "{{{langname}}} " .. key .. " that have been linguistically [[Wiktionary:Reconstructed terms|reconstructed]].",
umbrella_parents = {"Subkategoryang panglema ayon sa wika" }, --TLCHANGE
parents = {key, {name = "reconstructed terms", sort = key}}
}
end
-----------------------------------------------------------------------------
-- --
-- RAW CATEGORIES --
-- --
-----------------------------------------------------------------------------
raw_categories["Subkategoryang panglema ayon sa wika"] = { --TLCHANGE "Lemmas subcategories by language"
description = "Umbrella categories covering topics related to lemmas.",
additional = "{{{umbrella_meta_msg}}}",
parents = {
"Kataas-taasang kategorya", --TLCHANGE "Umbrella metacategories"
{name = "na lema", is_label = true, sort = " "}, --TLCHANGE {name = "lemmas", is_label = true, sort = " "},
},
english_name = "Lemmas subcategories by language" --TLCHANGE
}
-----------------------------------------------------------------------------
-- --
-- HANDLERS --
-- --
-----------------------------------------------------------------------------
-- Handler for e.g. [[:Category:English phrasal verbs formed with "aback"]].
table.insert(handlers, function(data)
local particle = data.label:match("^phrasal verbs formed with \"(.-)\"$")
if particle then
local tagged_text = require("Module:script utilities").tag_text(particle, data.lang, nil, "term")
local link = require("Module:links").full_link({ term = particle, lang = data.lang }, "term")
return {
description = "{{{langname}}} {{w|phrasal verb}}s formed with the adverb or preposition " .. link .. ".",
displaytitle = '{{{langname}}} phrasal verbs formed with "' .. particle .. '"',
breadcrumb = tagged_text,
parents = {{ name = "phrasal verbs", sort = particle }},
umbrella = false,
}
end
end)
return {LABELS = labels2, RAW_CATEGORIES = raw_categories, HANDLERS = handlers}