Jump to content

Module:category tree/poscatboiler/data/lang-specific/is

From Wiktionary, the free dictionary

This module handles generating the descriptions and categorization for Icelandic category pages of the format "Icelandic LABEL" where LABEL can be any text. Examples are Category:Bulgarian conjugation 2.1 verbs and Category:Russian velar-stem neuter-form nouns. This module is part of the poscatboiler system, which is a general framework for generating the descriptions and categorization of category pages.

For more information, see Module:category tree/poscatboiler/data/lang-specific/documentation.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:category tree/poscatboiler/data/lang-specific in order for the module to be recognized.


local labels = {}

labels["scraping errors in Template:is-ndecl"] = {
	description = "{{{langname}}} entries where scraping errors occurred in {{tl|is-ndecl}} or {{tl|is-noun}}.",
	additional = "This generally means that {{tl|is-ndecl}} for a compound noun was unable to scrape the declension spec " ..
	"from the base noun, or {{tl|is-noun}} was unable to self-scrape the declension spec from the corresponding call to " ..
	"{{tl|is-ndecl}} on the same page. There are many causes of this, but often are related to misspelled or missing ID's when " ..
	"self-scraping in the presence of multiple {{tl|is-ndecl}} calls, or ambiguous scraping specs when scraping another page. " ..
	"The displayed error message (which does not trigger an actual Lua error) should give more information.",
	parents = {"entry maintenance"},
	hidden = true,
	can_be_empty = true,
}

labels["nouns declined using scraped base noun declensions"] = {
	description = "{{{langname}}} nouns, generally compounds, whose declension was derived from scraping the declension of a base noun.",
	additional = "This generally means that {{tl|is-ndecl}} contained a scraping spec like {{cd|@k}} when used on a " ..
	"noun like {{m|is|vinkona||female friend}} (in this case, the declension for {{m|is|kona||woman}} would be used to " ..
	"construct the declension for {{m|is|vinkona}}). If scraping fails, the noun is added to " ..
	"[[:Category:{{{langname}}} scraping errors in Template:is-ndecl]].",
	parents = {"entry maintenance"},
	hidden = true,
	can_be_empty = true,
}

return {LABELS = labels}