Module:category tree/miscellaneous
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 = {}
-----------------------------------------------------------------------------
-- --
-- LABELS --
-- --
-----------------------------------------------------------------------------
-- Appendices
labels["na apendise"] = { --TLCHANGE
description = "Mga pahinang naglalaman ng karagdagang impormasyon patungkol sa {{{langdisp}}}.", --TLCHANGE "Pages containing additional information about {{{langdisp}}}.",
parents = {{name = "{{{langcat}}}", raw = true}},
umbrella = {
description = "Mga kategoryang may mga pahinang naglalaman ng karagdagang impormasyon patungkol sa mga wika.", --TLCHANGE "Categories with pages containing additional information about a given language.",
parents = {"Category:Mga apendise"}, --TLCHANGE "Category:Appendices"
breadcrumb = "Ayon sa wika", --TLCHANGE "By language"
},
english_name = "appendices", --TLCHANGE
}
-- Citations
labels["citations"] = {
description = "Pages documenting instances of actual usage of {{{langname}}} terms.",
parents = {{name = "{{{langcat}}}", raw = true}},
umbrella = {
description = "Categories with pages documenting instances of actual usage of terms in a given language.",
parents = {"Category:Citations"},
breadcrumb = "Citations by language",
},
}
labels["citations of undefined terms"] = {
description = "Pages documenting instances of actual usage of {{{langname}}} terms, but for which the term is not defined yet.",
additional = "Citation pages in {{{langdisp}}} are automatically added here when any of the corresponding entries is a redlink. You can also add citation pages to this category manually when the entry exists but it has not a(n) {{{langname}}} section yet or has not been defined in that specific meaning. Before removing a page from this category, please verify that all citations relate to senses properly defined in the entry.",
parents = {"citations"},
umbrella = {
description = "Categories with pages documenting instances of actual usage of terms in a given language, but for which the term is not defined yet.",
parents = {"Requests", "Category:Citations"},
breadcrumb = "Citations of undefined terms by language",
},
can_be_empty = true,
hidden = true,
}
-- Thesaurus entries
labels["thesaurus entries"] = {
description = "[[WT:WS|Thesaurus]] entries for listing [[Wiktionary:Semantic relations|semantically related terms]] such as [[synonym]]s, [[antonym]]s, [[hyponym]]s, [[hypernym]]s, [[meronym]]s, and [[holonym]]s of {{{langname}}} words.",
parents = {{name = "{{{langcat}}}", raw = true}},
umbrella = {
description = "Categories with [[WT:WS|thesaurus]] entries for listing [[Wiktionary:Semantic relations|semantically related terms]].",
breadcrumb = "Ayon sa wika", --TLCHANGE "By language"
parents = {{name = "Category:Thesaurus", sort = " "}},
},
}
-----------------------------------------------------------------------------
-- --
-- RAW CATEGORIES --
-- --
-----------------------------------------------------------------------------
raw_categories["Pangkalahatan"] = { -- TLCHANGE: "Fundamental" translated by meaning, not literal
topright = "{{commonscat|CommonsRoot}}",
description = "Ito ang pangkalahatang kateorya. Lahat ng mga iba pang kategorya ay sumasailalim dito.",
additional = "Tignan na ang karamihan ng mga kategorya ay nasa [[:Category:All topics]] o sa kanilang mga [[:Category:Lahat ng wika|wika]].",
english_name = "Fundamental" --TLCHANGE
}
raw_categories["Kataas-taasang kategorya"] = { --TLCHANGE translated by meaning, not literal
description = "Naglalaman ang pahinang ito ng mga '''kataas-taasang kategorya''', na igrinugrupo ang mga kataasang kategorya.",
additional = "Igrinugrupo naman ng mga kataasang kategorya ang mga kategoryang ayon sa wika.",
parents = {"Pangkalahatan"}, --TLCHANGE "Fundamental"
breadcrumb = "Kataas-taasan", --TLCHANGE add this breadcrumb
english_name = "Umbrella metacategories", --TLCHANGE
}
return {LABELS = labels, RAW_CATEGORIES = raw_categories}