Module:category tree/poscatboiler/data/miscellaneous

Vanuit Wiktionary, die vrye woordeboek.

Dokumentasie vir hierdie module kan geskep word by: Module:category tree/poscatboiler/data/miscellaneous/doc

local labels = {}

-- Appendices

labels["appendices"] = {
	description = "Pages containing additional information about {{{langname}}}.",
	parents = {{template = "langcatboiler"}},
	fundamental = "Appendices",
}


-- Citations

labels["citations"] = {
	description = "Pages documenting instances of actual usage of {{{langname}}} terms.",
	parents = {{template = "langcatboiler"}},
	fundamental = "Wiktionary",
}

labels["citations of undefined terms"] = {
	description = "Pages documenting instances of actual usage of {{{langname}}} terms, but for which the term is not defined yet.<br>Citation pages in {{{langname}}} 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 = {{template = "poscatboiler", name = "citations"}},
	fundamental = "Requests",
}

-- Transliterations

labels["romanizations"] = {
	description = "{{{langname}}} terms transliterated into the Latin alphabet.",
	parents = {"transliterations"},
	fundamental = "Transliterations subcategories by language",
}

return labels