Module:category tree/modules: Difference between revisions

m 1 revision imported
No edit summary
Line 14: Line 14:


labels["modules"] = {
labels["modules"] = {
description = "{{{langname}}} [[Wiktionary:Modules|modules]], which contain Lua code to create and manage entries.",
description = "{{{langname}}} [[wikt:Wiktionary:Modules|modules]], which contain Lua code to create and manage entries.",
umbrella = {
umbrella = {
parents = {{name = "Modules", sort = " "}},
parents = {{name = "Modules", sort = " "}},
Line 23: Line 23:


labels["data modules"] = {
labels["data modules"] = {
description = "{{{langname}}} [[Wiktionary:Modules|modules]] containing data used by other modules.",
description = "{{{langname}}} [[wikt:Wiktionary:Modules|modules]] containing data used by other modules.",
umbrella = {
umbrella = {
parents = {{name = "Data modules", sort = " "}},
parents = {{name = "Data modules", sort = " "}},
Line 33: Line 33:


labels["dialect synonyms data modules"] = {
labels["dialect synonyms data modules"] = {
description = "{{{langname}}} [[Wiktionary:Modules|modules]] containing data used by {{tl|dialect synonyms}}.",
description = "{{{langname}}} [[wikt:Wiktionary:Modules|modules]] containing data used by {{tl|dialect synonyms}}.",
umbrella = {
umbrella = {
parents = {{name = "Dialect synonyms data modules", sort = " "}},
parents = {{name = "Dialect synonyms data modules", sort = " "}},
Line 43: Line 43:


labels["inflection modules"] = {
labels["inflection modules"] = {
description = "{{{langname}}} [[inflection]] [[Wiktionary:Modules|modules]], which contain Lua code for generating conjugation and declension tables.",
description = "{{{langname}}} [[wikt:inflection|testcase]] [[wikt:Wiktionary:Modules|modules]], which contain Lua code for generating conjugation and declension tables.",
umbrella = {
umbrella = {
parents = {{name = "Inflection modules", sort = " "}},
parents = {{name = "Inflection modules", sort = " "}},
Line 53: Line 53:


labels["testcase modules"] = {
labels["testcase modules"] = {
description = "{{{langname}}} [[testcase]] [[Wiktionary:Modules|modules]], which contain Lua code for testing other modules.",
description = "{{{langname}}} [[wikt:testcase|testcase]] [[wikt:Wiktionary:Modules|modules]], which contain Lua code for testing other modules.",
umbrella = {
umbrella = {
parents = {{name = "Testcase modules", sort = " "}},
parents = {{name = "Testcase modules", sort = " "}},
Line 82: Line 82:
raw_categories["Modules"] = {
raw_categories["Modules"] = {
description = "This is a general holder category for modules.",
description = "This is a general holder category for modules.",
additional = "For more information on what modules are and how they work, see [[Wiktionary:Scribunto]]. For a complete list of all modules, see [[Special:PrefixIndex/Module:|here]].",
additional = "For more information on what modules are and how they work, see [[wikt:Wiktionary:Scribunto|Wiktionary:Scribunto]]. For a complete list of all modules, see [[Special:PrefixIndex/Module:|here]].",
parents = {"Category:Wiktionary"},
parents = {"Category:Wiktionary"},
}
}
Line 134: Line 134:
raw_categories["Category tree data modules"] = {
raw_categories["Category tree data modules"] = {
preceding = "{{also|:Category:Category tree data modules/lang|:Category:Category tree data modules/topic}}",
preceding = "{{also|:Category:Category tree data modules/lang|:Category:Category tree data modules/topic}}",
description = "[[Wiktionary:Modules|Modules]] containing data and code used by the category tree system for constructing the descriptions of categories.",
description = "[[wikt:Wiktionary:Modules|Modules]] containing data and code used by the category tree system for constructing the descriptions of categories.",
parents = { "Data modules", "Category modules" },
parents = { "Data modules", "Category modules" },
}
}
Line 140: Line 140:
raw_categories["Category tree data modules/lang"] = {
raw_categories["Category tree data modules/lang"] = {
preceding = "{{also|:Category:Category tree data modules|:Category:Category tree data modules/topic}}",
preceding = "{{also|:Category:Category tree data modules|:Category:Category tree data modules/topic}}",
description = "[[Wiktionary:Modules|Modules]] containing data and code used by the category tree system for constructing the descriptions of language-specific categories.",
description = "[[wikt:Wiktionary:Modules|Modules]] containing data and code used by the category tree system for constructing the descriptions of language-specific categories.",
breadcrumb = "lang",
breadcrumb = "lang",
parents = { {name = "Category tree data modules", sort = "lang"} },
parents = { {name = "Category tree data modules", sort = "lang"} },
Line 147: Line 147:
raw_categories["Category tree data modules/topic"] = {
raw_categories["Category tree data modules/topic"] = {
preceding = "{{also|:Category:Category tree data modules|:Category:Category tree data modules/lang}}",
preceding = "{{also|:Category:Category tree data modules|:Category:Category tree data modules/lang}}",
description = "[[Wiktionary:Modules|Modules]] containing data and code used by the category tree system for constructing the descriptions of topic categories.",
description = "[[wikt:Wiktionary:Modules|Modules]] containing data and code used by the category tree system for constructing the descriptions of topic categories.",
breadcrumb = "topic",
breadcrumb = "topic",
parents = { {name = "Category tree data modules", sort = "topic"} },
parents = { {name = "Category tree data modules", sort = "topic"} },
Line 177: Line 177:
raw_categories["Definition modules"] = {
raw_categories["Definition modules"] = {
preceding = "{{also|:Category:Definition templates}}",
preceding = "{{also|:Category:Definition templates}}",
description = "Modules that implement templates used in [[Wiktionary:Glossary#definition line|definition lines]] of entries.",
description = "Modules that implement templates used in [[wikt:Wiktionary:Glossary#definition line|definition lines]] of entries.",
parents = { "Page generation modules", "Modules" },
parents = { "Page generation modules", "Modules" },
}
}