Module:Category tree/poscatboiler/data/symbols

From The Languages of David J. Peterson
Revision as of 00:04, 18 January 2020 by Djp (talk | contribs) (Created page with "local labels = {} labels["symbols"] = { description = "{{{langname}}} written signs.", fundamental = "Fundamental", parents = {{template = "langcatboiler"}}, } labels["di...")
(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/symbols/documentation

local labels = {}

labels["symbols"] = {
	description = "{{{langname}}} written signs.",
	fundamental = "Fundamental",
	parents = {{template = "langcatboiler"}},
}

labels["diacritical marks"] = {
	description = "{{{langname}}} glyphs that are added to characters to modify the their sounds or meanings.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["Han characters"] = {
	description = "{{{langname}}} symbols of the Han logographic script, which can represent sounds or convey meanings directly.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["letters"] = {
	description = "{{{langname}}} symbols that represent single sounds. Variations of letters, such as letters with diacritics, should also be categorized here.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["ligatures"] = {
	description = "{{{langname}}} letters that have been combined into a single graphical unit.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["logograms"] = {
	description = "{{{langname}}} symbols that represent objects, ideas or concepts directly.",
	fundamental = "Fundamental",
	parents = {"symbols"},
}

labels["matched pairs"] = {
	description = "{{{langname}}} pairs of separate characters that are used together. Example: [[( )]].",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["numeral symbols"] = {
	description = "{{{langname}}} symbols that represent numerals.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["punctuation marks"] = {
	description = "{{{langname}}} symbols that indicate structure and organization of writing.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

labels["syllables"] = {
	description = "{{{langname}}} symbols that represent groups of sounds. Variations of syllables, such as syllables with diacritics, should also be categorized here.",
	fundamental = "Symbols subcategories by language",
	parents = {"symbols"},
}

return labels