This is a mirror of discontinued 'WikiDevi'. Enjoy!
		From DeviWiki (ex WikiDevi)
		
		
		
		
		Jump to navigation
		Jump to search
		| Template braces | 
|  The pages listed in this category are templates . 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
{{Template category}} should be placed at the top of categories that contain template pages and their related subcategories.
Usage
Full syntax
{{Template category
| type = 
| topic = 
| description = 
| onright = 
| container = 
| help = 
}}
Parameters
The template may be used without any parameters, i.e. as {{Template category}}.
 With no parameters 
| Template braces | 
|  The pages listed in this category are templates . 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 The following, however, may be used to make the template more informative:
type
- Setting type to one of the following values adds a preset note as to which type of template the category (but not necessarily its subcategories) is meant to contain. The values are:
- ambox
- campaignbox
- conversion
- external link
- formatting
- function
- message
- meta
- navbox
- navigation
- sidebar
- stub
- sub
- timeline
- userbox
 
 
- If type is set to something other than one of these values, the default "The pages listed in this category are templates" note appears unmodified.
 type alone 
{{Template category |type=sidebar}}
| Template braces | 
|  The pages listed in this category are meant to be sidebar  templates. 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 - Further examples of type's output appear in the examples below.
topic
- Adds a default description ending "...relating to topic", where topic is usually a wikilink to the main article associated with the category (e.g. United States for the Category:United States templates).
 topic alone 
{{Template category |topic=the [[United States]]}}
| Template braces | 
| Templates relating to the United States. |  |  The pages listed in this category are templates . 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
  type, topic 
{{Template category |type=infobox |topic=the [[United States]]}}
| Template braces | 
| Infobox templates relating to the United States. |  |  The pages listed in this category are meant to be infobox  templates. 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 description
- Use this if a customised description is needed instead of – or, if topic also used, to follow – the default description above.
 type, topic, description 
{{Template category
| type = navbox
| topic = [[China]]
| description = <br />{{small|For templates relating specifically to the [[People's Republic of China|People's Republic of China (PRC)]] or the current [[Republic of China|Republic of China (ROC, "Taiwan")]], see, respectively, {{c|People's Republic of China templates}} and {{c|Republic of China (Taiwan) templates}}.}}
}}
  description alone 
{{Template category |description=This text is supplied by the ''description'' parameter.}}
| Template braces | 
|  This text is supplied by the description parameter.  |  |  The pages listed in this category are templates . 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 onright
- Use this to place right-aligned boxes beside the template such as {{Portal}} (to provide link/s to related portal/s), {{Commons category}} (to provide a link to the same or a similarly-named Commons category), etc. If more than one box is included, ensure the widest one appears first (see example below) otherwise overlapping may occur.
 topic, onright 
{{Template category
| topic = the [[United States]]
| onright = {{Commons category|United States|the United States}}{{Portal|United States}}
}}
| Template braces | 
| Templates relating to the United States. |  |  The pages listed in this category are templates . 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 container
- Set container as {{"true", "yes", etc}} to identify the category as a container category, i.e. a category meant to contain only subcategories. A note requesting that no templates are added to the template category is then included.
 container alone 
{{Template category |container=true}}
| Template braces | 
|  The pages listed in this category are templates . 
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 - An alternative to using container is to place {{Container category}} after the {{Template category}} template:
 {{Container category}} following {{Template category}} 
{{Template category
| type = ''type''
| topic = ''[[topic]]''
| description = This text supplied by the ''description'' parameter.
}}
{{Container category}}
| Template braces | 
| Templates relating to topic. This text supplied by the description parameter. |  |  The pages listed in this category are meant to be type templates.  
               | Further template category notes | 
|---|
 | This category contains pages in the template namespace. It should not be used to categorize articles or pages in other namespaces. |   | To add a template to this category:  If the template has a separate documentation page (usually called "Template:template's name/doc"), add
                  [[Template:Template category]]
                 to the <includeonly> section at the bottom of that page. Otherwise, add
                  <noinclude>[[Template:Template category]]</noinclude>
                 to the end of the template code, making sure it starts on the same line as the code's last character.
               
 |  | 
 | 
 help
- Use this to replace the default instructions as to how to add a template to the category ("Further template category notes" section) or, if set negatively, to remove them.
See also
| | Category-heading templates | 
|---|
 |  |  |  |  |  |  | By namespace |  | 
|---|
 |  |  | Maintenance |  | 
|---|
 |