Module:Category tree/topic cat/data/Materials

From Multilingual Bookbinding Dictionary
< Module:Category tree‎ | topic cat‎ | data
Revision as of 11:20, 7 September 2018 by Adminsuzy (talk | contribs) (Created page with "local labels = {} labels["materials"] = { description = "{{{langname}}} terms related to materials used in bookbinding, such as leather, board, paper, and [[clot...")
(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/Materials/doc

local labels = {}

labels["materials"] = {
	description = "{{{langname}}} terms related to materials used in bookbinding, such as [[leather]], [[board]], [[paper]], and [[cloth]].",
	parents = {"all topics"},
}

labels["leather"] = {
	description = "{{{langname}}} terms related to [[leather]]",
	parents = {"materials", "animal skin"},
}

labels["animal skin"] = {
	description = "{{{langname}}} terms related to [[leather]]",
	parents = {"materials"},
}

labels["parchment"] = {
	description = "{{{langname}}} terms related to [[parchment]]",
	parents = {"materials", "animal skin"},
}
return labels