Difference between revisions of "Template:Subcategory"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (!sort key definition; *more specific category;)
m (fix)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>[[Category:{{#titleparts: {{PAGENAME}}|{{#if: {{{2|}}}|{{{2}}}|-1}}}} {{{1}}}|{{#titleparts: {{PAGENAME}}||{{#if: {{{2|}}}|{{{2}}}|-1}}}}]]</includeonly><noinclude>Adds the article to a category which begins with the name of article and is sorted with the rest of the name.
+
<includeonly>[[Category:{{#titleparts: {{PAGENAME}}|{{#if: {{{2|}}}|{{{2}}}|-1}}}} {{{1}}}|{{#titleparts: {{PAGENAME}}||{{#if: {{{2|}}}|{{{2}}}|-1}}}}]]</includeonly><noinclude>
 
+
{{Documentation}}
== Parameters ==
 
{{Parameter Table|name=number|parameters=
 
{{Parameter Row|1|Subcategory name suffix}}
 
{{Parameter Row|2|Number of [[mw:Help:Extension:ParserFunctions#.23titleparts|title parts]] which are used for the category name.|-1}}
 
}}
 
 
 
== Examples ==
 
For example in <tt style="white-space:nowrap;">Template:Infobox/Part/ISP</tt> this would add it to <tt style="white-space:nowrap;">Category:Infobox/Part {{{1}}}</tt> with the sortkey <tt>ISP</tt>.
 
 
 
'''Currently only negative values for the second parameter are supported.'''
 
 
 
 
[[Category:Formatting and function templates]]</noinclude>
 
[[Category:Formatting and function templates]]</noinclude>

Latest revision as of 21:53, 2 February 2020

Documentation icon Template documentation[view] [edit] [history] [purge]Pages that link to Template:Subcategory

Purpose

This template adds the article to a category which begins with the name of the article and is sorted with the rest of the name.

Usage

# Optional Description Default
1 No Subcategory name suffix
2 Yes Number of title parts which are used for the category name. -1

Examples

For example in Template:Infobox/Part/ISP this would add it to Category:Infobox/Part {{{1}}} with the sortkey ISP.

  • Currently only negative values for the second parameter are supported.

See also