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

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search
(Created page with "local labels = {} labels["processes"] = { description = "{{{langname}}} terms related to materials used in bookbinding, such as leather, board, paper, and [[clot...")
 
 
Line 35: Line 35:
 
parents = {"forwarding"},
 
parents = {"forwarding"},
 
}
 
}
 +
 +
labels["edges"] = {
 +
description = "{{{langname}}} terms related to [[edge decoration]]",
 +
parents = {"finishing"},
 +
}
 +
  
 
labels["marbling"] = {
 
labels["marbling"] = {

Latest revision as of 16:39, 19 September 2018

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

local labels = {}

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

labels["conservation treatment"] = {
	description = "{{{langname}}} terms related to [[conservation treatment]]",
	parents = {"processes"},
}

labels["forwarding"] = {
	description = "{{{langname}}} terms related to the techniques and processes used during [[forwarding]]",
	parents = {"processes"},
}

labels["finishing"] = {
	description = "{{{langname}}} terms related to the decorative techniques and processes used during [[finishing]]",
	parents = {"processes"},
}

labels["tooling"] = {
	description = "{{{langname}}} terms related to the methods used during [[tooling]]",
	parents = {"finishing"},
}

labels["sewing"] = {
	description = "{{{langname}}} terms related to [[sewing]]",
	parents = {"forwarding"},
}

labels["trimming"] = {
	description = "{{{langname}}} terms related to [[trimming]]",
	parents = {"forwarding"},
}

labels["edges"] = {
	description = "{{{langname}}} terms related to [[edge decoration]]",
	parents = {"finishing"},
}


labels["marbling"] = {
	description = "{{{langname}}} terms related to the process of [[marbling]]",
	parents = {"finishing", "paper"},
}

labels["tanning"] = {
	description = "{{{langname}}} terms related to the process of [[tanning]] [[leather]]",
	parents = {"leather", "processes"},
}
return labels