Difference between revisions of "Module:Category tree/topic cat/data/Forwarding"
< Module:Category tree | topic cat | data
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
labels["Sewing"] = { | labels["Sewing"] = { | ||
description = "default with capital", | description = "default with capital", | ||
| − | parents = {" | + | parents = {"Leaf attachment"}, |
} | } | ||
labels["Leaf attachment"] = { | labels["Leaf attachment"] = { | ||
description = "default with capital", | description = "default with capital", | ||
| − | parents = {" | + | parents = {"Forwarding"}, |
} | } | ||
return labels | return labels | ||
Revision as of 11:02, 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