Module:Category tree/topic cat/data/Miscellaneous: Difference between revisions
(Created page with "local labels = {} labels["miscellaneous"] = { description = "{{{langname}}} topics that do not currently fit elsewhere.", parents = {"all topics"}, } labels["appearance"]...") |
No edit summary Tag: Reverted |
||
Line 18: | Line 18: | ||
labels["knots"] = { | labels["knots"] = { | ||
description = "default", | 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"}, | parents = {"miscellaneous"}, | ||
} | } | ||
return labels | return labels |
Revision as of 22:09, 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