Difference between revisions of "Module:Category tree/topic cat/data/Tools"
< Module:Category tree | topic cat | data
Jump to navigation
Jump to search
(Created page with "local labels = {} labels["Tools"] = { description = "{{{langname}}} terms related to various types of bookbinding tools and equipment.", parents = {"all topics"}, } labels...") |
|||
| Line 7: | Line 7: | ||
labels["Knives"] = { | labels["Knives"] = { | ||
| − | description = "{{{langname}}} terms related to | + | description = "{{{langname}}} terms related to cutting tools.", |
| − | parents = {"Tools"}, | + | parents = {"Tools", "Knives"}, |
} | } | ||
| Line 22: | Line 22: | ||
labels["Machines"] = { | labels["Machines"] = { | ||
| + | description = "Terms related to large equipment used in bookbinding, and mechanized bookbinding equipment", | ||
| + | parents = {"Tools"}, | ||
| + | } | ||
| + | |||
| + | labels["Finishing Tools"] = { | ||
description = "default", | description = "default", | ||
| − | parents = {"Tools, | + | parents = {"Tools", "Finishing"}, |
} | } | ||
| − | |||
return labels | return labels | ||
Latest revision as of 10:53, 14 September 2018
Documentation for this module may be created at Module:Category tree/topic cat/data/Tools/doc
local labels = {}
labels["Tools"] = {
description = "{{{langname}}} terms related to various types of bookbinding tools and equipment.",
parents = {"all topics"},
}
labels["Knives"] = {
description = "{{{langname}}} terms related to cutting tools.",
parents = {"Tools", "Knives"},
}
labels["Folders"] = {
description = "default",
parents = {"Tools"},
}
labels["Measuring"] = {
description = "default",
parents = {"Tools"},
}
labels["Machines"] = {
description = "Terms related to large equipment used in bookbinding, and mechanized bookbinding equipment",
parents = {"Tools"},
}
labels["Finishing Tools"] = {
description = "default",
parents = {"Tools", "Finishing"},
}
return labels