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

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
labels["Forwarding"] = {
 
labels["Forwarding"] = {
 
description = "{{{langname}}} terms related to the various operations involved in [[Forwarding]]",
 
description = "{{{langname}}} terms related to the various operations involved in [[Forwarding]]",
parents = {"all topics"},
+
parents = {"Processes and Techniques"},
 
}
 
}
  
 
labels["Sewing"] = {
 
labels["Sewing"] = {
 
description = "default with capital",
 
description = "default with capital",
parents = {"leaf attachment"},
+
parents = {"Leaf attachment"},
 
}
 
}
  
 
labels["Leaf attachment"] = {
 
labels["Leaf attachment"] = {
 
description = "default with capital",
 
description = "default with capital",
parents = {"forwarding"},
+
parents = {"Forwarding"},
 
}
 
}
  
 
return labels
 
return labels

Latest revision as of 11:14, 7 September 2018

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

local labels = {}

labels["Forwarding"] = {
	description = "{{{langname}}} terms related to the various operations involved in [[Forwarding]]",
	parents = {"Processes and Techniques"},
}

labels["Sewing"] = {
	description = "default with capital",
	parents = {"Leaf attachment"},
}

labels["Leaf attachment"] = {
	description = "default with capital",
	parents = {"Forwarding"},
}

return labels