Module:category tree/poscatboiler/data/entry maintenance: difference between revisions

From Wiktionary, the free dictionary
Jump to navigation Jump to search
Content deleted Content added
add "usage examples", currently only deployed for Old East Slavic: Category:Old East Slavic usage examples
add the I guess new category "usage examples with the translation missing"
Line 141: Line 141:
labels["usage examples"] = {
labels["usage examples"] = {
description = "{{{langname}}} entries that contain usage examples or quotes.",
description = "{{{langname}}} entries that contain usage examples or quotes.",
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
}

labels["usage examples with the translation missing"] = {
description = "{{{langname}}} entries that contain usage examples or quotes without a translation.",
parents = {"entry maintenance"},
parents = {"entry maintenance"},
fundamental = "Entry maintenance subcategories by language",
fundamental = "Entry maintenance subcategories by language",

Revision as of 04:49, 26 May 2017

This data submodule defines part of Wiktionary's category structure.

For an introduction to the poscatboiler system and a description of how to add or modify categories, see Module:category tree/poscatboiler/data/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["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 were not 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 <tt>{{[[Template:l|l]]}}</tt>.",
	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 <tt>{{[[Template:m|m]]}}</tt>.",
	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 <tt>{{[[Template:t|t]]}}</tt>.",
	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 <tt>{{[[Template:t+|t+]]}}</tt>.",
	parents = {"redlinks"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["adjectives needing inflection"] = {
	description = "{{{langname}}} adjective entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["adverbs needing inflection"] = {
	description = "{{{langname}}} adverb entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["entries needing inflection"] = {
	description = "{{{langname}}} entries that need inflection information.",
	parents = {"entry maintenance"},
	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.",
	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", {template = "langcatboiler", sort = "audio links"}},
	fundamental = "Entry maintenance subcategories by language",
}

labels["nouns needing inflection"] = {
	description = "{{{langname}}} noun entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["participles needing inflection"] = {
	description = "{{{langname}}} participle entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["requests for example sentences"] = {
	description = "Entries with {{{langname}}} definitions that need an [[Wiktionary:Example sentences|example sentence]].",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["terms with incomplete gender"] = {
	description = "Entries with {{{langname}}} terms that have missing or incomplete gender information.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

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 needing transliteration"] = {
	description = "Entries with {{{langname}}} terms that require a [[Wiktionary:Transliteration and romanization|transliteration]] into the Latin alphabet.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

labels["usage examples"] = {
	description = "{{{langname}}} entries that contain usage examples or quotes.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["usage examples with the translation missing"] = {
	description = "{{{langname}}} entries that contain usage examples or quotes without a translation.",
	parents = {"entry maintenance"},
	fundamental = "Entry maintenance subcategories by language",
}

labels["verbs needing inflection"] = {
	description = "{{{langname}}} verb entries that need inflection information.",
	parents = {"entries needing inflection"},
	fundamental = "Entry maintenance subcategories by language",
	can_be_empty = true,
	hidden = true,
}

return labels