Mr. Johnson (talk | contribs) (Created page with "{{Documentation}} <includeonly><onlyinclude>{{#ifeq:{{NAMESPACE}}|Category| [[Category:{{#explode:{{{1|}}}|¦|0}}|{{{key|{{PAGENAME}}}}}]]{{#ifeq:{{{hidden|false}}}|true|__HIDDENCAT__}} }}<p>This category includes {{#switch:{{lc:{{{1|{{Required|2|CategorizeManual}}}}}}} | content | articles | admin = content | #default = {{lc:{{{1|}}}s}} }} that {{{2|{{Required|2|CategorizeManual}}}}}.</p><p>Articles should not be added to this category manually, only via {{{3|special co...") |
(No difference)
|
Latest revision as of 22:33, 16 November 2023
Template:CategorizeManual
is used to generate boilerplate text on categories that are populated via Templates.
Usage
It has two mandatory string parameters and one optional parameter.
1
must be a valid category.2
is a string of descriptive text, explaining what is on the page.3
can be used to override the default source suggestion.
It also has two optional named parameters:
hidden
(default:false
) — If set to true, invokes the__HIDDENCAT__
magic word.key
(default:{{PAGENAME}}
— Sets the sort key.
Return
When invoked from the Category namespace, the category is added to the category specified by the first parameter.
{{CategorizeManual|template|have things and stuff}}
returns: This category includes templates that have things and stuff.
Articles should not be added to this category manually, only via special configured Categorization Templates.
{{CategorizeManual|content|discuss sentient intelligences|{{Template|Infobox Character}}}}
returns: This category includes content that discuss sentient intelligences.
Articles should not be added to this category manually, only via Template:Infobox Character
.
The documentation above was transcluded from Template:CategorizeManual/Documentation. [ edit ]