Module:Category tree/topic cat/data/Social acts

From The Languages of David J. Peterson
Revision as of 20:42, 23 January 2020 by Djp (talk | contribs) (Created page with "local labels = {} labels["social acts"] = { description = "social acts", parents = {"all topics"}, } labels["farewells"] = { description = "default", parents = {...")
(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/topic cat/data/Social acts/documentation

local labels = {}

labels["social acts"] = {
	description = "[[social]] [[act]]s",
	parents = {"all topics"},
}

labels["farewells"] = {
	description = "default",
	parents = {"social acts"},
}

labels["greetings"] = {
	description = "Common {{{langname}}} [[greeting]]s.",
	parents = {"social acts"},
}

labels["responses to sneezing"] = {
	description = "[[response]]s to [[sneezing]]",
	parents = {"social acts"},
}

labels["toasts"] = {
	description = "default",
	parents = {"social acts"},
}

return labels