Module:Category tree/topic cat/data/Miscellaneous: Difference between revisions

From The Languages of David J. Peterson
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 22: Line 22:


labels["homages"] = {
labels["homages"] = {
description = "{{{langname}}} terms that were created as homages to various individuals, entities, or events. {{#ifeq:{{PAGENAME}}|Homages For example, the [[High Valyrian language|High Valyrian]] word ''[[kēli]]'' was coined in honor of [[David J. Peterson|David's]] cat [[Keli]].|}}",
description = "{{{langname}}} terms that were created as homages to various individuals, entities, or events. {{#ifeq:{{PAGENAME}}|Homages|For example, the [[High Valyrian language|High Valyrian]] word ''[[kēli]]'' was coined in honor of [[David J. Peterson|David's]] cat [[Keli]].|}}",
parents = {"miscellaneous"},
parents = {"miscellaneous"},
}
}


return labels
return labels

Revision as of 22:11, 22 August 2024

Documentation for this module may be created at Module:Category tree/topic cat/data/Miscellaneous/documentation

local labels = {}

labels["miscellaneous"] = {
	description = "{{{langname}}} topics that do not currently fit elsewhere.",
	parents = {"all topics"},
}

labels["appearance"] = {
	description = "default",
	parents = {"miscellaneous"},
}

labels["collectives"] = {
	description = "English terms for entities involving or consisting of a congregation or membership.",
	parents = {"miscellaneous"},
}

labels["knots"] = {
	description = "default",
	parents = {"miscellaneous"},
}

labels["homages"] = {
	description = "{{{langname}}} terms that were created as homages to various individuals, entities, or events. {{#ifeq:{{PAGENAME}}|Homages|For example, the [[High Valyrian language|High Valyrian]] word ''[[kēli]]'' was coined in honor of [[David J. Peterson|David's]] cat [[Keli]].|}}",
	parents = {"miscellaneous"},
}

return labels