Difference between revisions of "Module:Category tree/topic cat/data/Materials"

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search
(Created page with "local labels = {} labels["materials"] = { description = "{{{langname}}} terms related to materials used in bookbinding, such as leather, board, paper, and [[clot...")
 
Line 8: Line 8:
 
labels["leather"] = {
 
labels["leather"] = {
 
description = "{{{langname}}} terms related to [[leather]]",
 
description = "{{{langname}}} terms related to [[leather]]",
parents = {"materials", "animal skin"},
+
parents = {"animal skin"},
 
}
 
}
  
Line 18: Line 18:
 
labels["parchment"] = {
 
labels["parchment"] = {
 
description = "{{{langname}}} terms related to [[parchment]]",
 
description = "{{{langname}}} terms related to [[parchment]]",
parents = {"materials", "animal skin"},
+
parents = {"animal skin"},
 
}
 
}
 
return labels
 
return labels

Revision as of 11:33, 7 September 2018

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 = {"animal skin"},
}

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

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