Module:Category tree/poscatboiler/data/entry maintenance: Difference between revisions
(Created page with "local labels = {} labels["entry maintenance"] = { description = "{{{langname}}} entries, or entries in other languages containing {{{langname}}} terms, that are being tracke...") |
No edit summary |
||
Line 100: | Line 100: | ||
labels["terms with usage examples"] = { | labels["terms with usage examples"] = { | ||
description = "{{{langname}}} entries that contain usage examples or quotes that were added using templates such as [[Template:ux]]. For requests related to this category, see [[:Category:Requests for example sentences in {{{langname}}}]]. See also [[:Category:Requests for quotations in {{{langname}}}]].", | description = "{{{langname}}} entries that contain usage examples or quotes that were added using templates such as [[Template:ux]], [[Template:HVexp]] etc. For requests related to this category, see [[:Category:Requests for example sentences in {{{langname}}}]]. See also [[:Category:Requests for quotations in {{{langname}}}]].", | ||
parents = {"entry maintenance"}, | parents = {"entry maintenance"}, | ||
fundamental = "Entry maintenance subcategories by language", | fundamental = "Entry maintenance subcategories by language", |
Revision as of 09:38, 21 June 2021
Documentation for this module may be created at Module:Category tree/poscatboiler/data/entry maintenance/documentation
local labels = {}
labels["entry maintenance"] = {
description = "{{{langname}}} entries, or entries in other languages containing {{{langname}}} terms, that are being tracked for attention and improvement by editors.",
parents = {{template = "langcatboiler"}},
fundamental = "Fundamental",
}
labels["entries without References header"] = {
description = "{{{langname}}} entries without a References header.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["entries without References or Further reading header"] = {
description = "{{{langname}}} entries without a References or Further reading header.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["term requests"] = {
description = "Entries with [[Template:der]], [[Template:inh]], [[Template:m]] and similar templates lacking the parameter for linking to {{{langname}}} terms.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["redlinks"] = {
description = "Links to {{{langname}}} entries that have not been created yet.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["redlinks/l"] = {
description = "Redlinks to {{{langname}}} entries using the template <code>{{[[Template:l|l]]}}</code>.",
parents = {"redlinks"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["redlinks/m"] = {
description = "Redlinks to {{{langname}}} entries using the template <code>{{[[Template:m|m]]}}</code>.",
parents = {"redlinks"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["redlinks/t"] = {
description = "Redlinks to {{{langname}}} entries using the template <code>{{[[Template:t|t]]}}</code>.",
parents = {"redlinks"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["redlinks/t+"] = {
description = "Redlinks to {{{langname}}} entries using the template <code>{{[[Template:t+|t+]]}}</code>.",
parents = {"redlinks"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
labels["terms with IPA pronunciation"] = {
description = "{{{langname}}} terms that include the pronunciation in the form of IPA. For requests related to this category, see [[:Category:Requests for pronunciation in {{{langname}}} entries]].",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
}
labels["terms with audio links"] = {
description = "{{{langname}}} terms that include the pronunciation in the form of an audio link.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
}
labels["terms needing to be assigned to a sense"] = {
description = "{{{langname}}} entries that have terms under headers such as \"Synonyms\" or \"Antonyms\" not assigned to a specific sense of the entry in which they appear. Use [[Template:syn]] or [[Template:ant]] to fix these.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
can_be_empty = true,
hidden = true,
}
--[=[
labels["terms with inflection tables"] = {
description = "{{{langname}}} entries that contain inflection tables. For requests related to this category, see [[:Category:Requests for inflections in {{{langname}}} entries]].",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
}
]=]
labels["terms with usage examples"] = {
description = "{{{langname}}} entries that contain usage examples or quotes that were added using templates such as [[Template:ux]], [[Template:HVexp]] etc. For requests related to this category, see [[:Category:Requests for example sentences in {{{langname}}}]]. See also [[:Category:Requests for quotations in {{{langname}}}]].",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
}
labels["terms with quotations"] = {
description = "{{{langname}}} entries that contain quotes that were added using templates such as [[Template:quote]], [[Template:quote-book]] and [[Template:quote-journal]]. For requests related to this category, see [[:Category:Requests for quotations in {{{langname}}}]]. See also [[:Category:Requests for example sentences in {{{langname}}}]].",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
}
return labels