Module:Category tree/poscatboiler/data/miscellaneous

From Multilingual Bookbinding Dictionary
< Module:Category tree‎ | poscatboiler‎ | data
Revision as of 23:56, 27 August 2018 by Adminsuzy (talk | contribs) (Created page with "local labels = {} -- Appendices labels["appendices"] = { description = "Pages containing additional information about {{{langname}}}.", parents = {{template = "langcatboil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at 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 {{{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