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

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search
Line 7: Line 7:
  
 
labels["Sewing"] = {
 
labels["Sewing"] = {
 +
description = "default with capital",
 +
parents = {"leaf attachment"},
 +
}
 +
 +
labels["Leaf attachment"] = {
 
description = "default with capital",
 
description = "default with capital",
 
parents = {"forwarding"},
 
parents = {"forwarding"},

Revision as of 11:00, 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 = {"all topics"},
}

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

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

return labels