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

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search
(Created page with "local labels = {} labels["Forwarding"] = { description = "{{{langname}}} terms related to the various operations involved in Forwarding", parents = {"all topics"}, }...")
 
Line 6: Line 6:
 
}
 
}
  
 +
labels["Sewing"] = {
 +
description = "default with capital",
 +
parents = {"forwarding"},
 +
}
  
 
return labels
 
return labels

Revision as of 10:59, 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 = {"forwarding"},
}

return labels