Difference between revisions of "Template:Category TOC/doc"

From MINR.ORG WIKI
(Blanked the page)
m (Reverted edits by 119.30.47.107 (talk) to last version by DixonDBot)
Line 1: Line 1:
 +
{{Documentation subpage}}
 +
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
 +
==Usage==
 +
This template adds a [[table of contents]] (TOC) to a [[Wikipedia:Categorization|category]] page. It should ''only'' be added to category pages and should not be used for categories containing less than 400 pages.
 +
 +
<pre style="overflow:auto;">
 +
{{Category TOC
 +
| align    = <!-- left (default) / center / right -->
 +
| top      = <!-- yes (default) / no -->
 +
| numerals  = <!-- group (default) / separate / no -->
 +
| uppercase = <!-- yes (default) / no -->
 +
| lowercase = <!-- yes / no (default) -->
 +
}}</pre>
 +
 +
==Parameters==
 +
*''align'' - specifies the position. Default is '''left'''.
 +
*''top'' - specifies whether a link to the top of the category is included. Default is '''yes'''.
 +
*''numerals'' - specifies whether numerals are included:
 +
**'''group''' (default): there is one link for 0-9.
 +
**'''separate''': each numeral 0,1,...,9 has a separate link.
 +
**'''no''': no link.
 +
*''uppercase'' - specifies whether there is a link for each uppercase letter A,B,...,Z. Default is '''yes'''.
 +
*''lowercase'' - specifies whether there is a link for each lowercase letter a,b,...,z. Default is '''no'''.
 +
 +
==Examples==
 +
*{{tl2|Category TOC}}
 +
{{Category TOC}}
 +
*{{tl2|Category TOC|numerals{{=}}no}}
 +
{{Category TOC|numerals=no}}
 +
*{{tl2|Category TOC|uppercase{{=}}no|lowercase{{=}}yes}}
 +
{{Category TOC|uppercase=no|lowercase=yes}}
 +
*{{tl2|Category TOC|numerals{{=}}separate}}
 +
{{Category TOC|numerals=separate}}
 +
*{{tl2|Category TOC|numerals{{=}}separate|uppercase{{=}}no}}
 +
{{Category TOC|numerals=separate|uppercase=no}}
 +
 +
==See also==
 +
* [[:Template:Category TOC ATC]]
 +
* [[:Template:Category TOC (non-Latin)]]
 +
* [[:Template:Collapsible large category TOC]]
 +
* [[:Template:Large category TOC]]
 +
* [[:Template:Large category TOC 2]]
 +
* [[:Template:Large category TOC numeric]]
 +
 +
<includeonly>
 +
<!--Categories-->
 +
[[Category:Wikipedia category table of contents templates]]
 +
[[Category:Category namespace templates]]
 +
 +
<!--Other languages-->
 +
</includeonly>

Revision as of 14:02, 7 July 2013

Template:Mbox

Usage

This template adds a table of contents (TOC) to a category page. It should only be added to category pages and should not be used for categories containing less than 400 pages.

{{Category TOC
 | align     = <!-- left (default) / center / right -->
 | top       = <!-- yes (default) / no -->
 | numerals  = <!-- group (default) / separate / no -->
 | uppercase = <!-- yes (default) / no -->
 | lowercase = <!-- yes / no (default) -->
}}

Parameters

  • align - specifies the position. Default is left.
  • top - specifies whether a link to the top of the category is included. Default is yes.
  • numerals - specifies whether numerals are included:
    • group (default): there is one link for 0-9.
    • separate: each numeral 0,1,...,9 has a separate link.
    • no: no link.
  • uppercase - specifies whether there is a link for each uppercase letter A,B,...,Z. Default is yes.
  • lowercase - specifies whether there is a link for each lowercase letter a,b,...,z. Default is no.

Examples

See also