Module:category tree/poscatboiler/data/miscellaneous: difference between revisions

From Wiktionary, the free dictionary
Jump to navigation Jump to search
Content deleted Content added
No edit summary
created a new label "transliterations" in Module:category tree/poscatboiler/data/terms by etymology
Line 25: Line 25:


-- Transliterations
-- Transliterations

labels["transliterations"] = {
description = "{{{langname}}} terms [[Wiktionary:Transliteration|transliterated]] into other scripts.",
parents = {{template = "langcatboiler"}},
fundamental = "Fundamental",
}


labels["romanizations"] = {
labels["romanizations"] = {

Revision as of 04:58, 12 July 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 = {}

-- 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 {{{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