Template:Category TOC/doc
From LIMSWiki
Jump to navigationJump to search This is a documentation subpage for Template:Category TOC. It contains usage information, categories, interlanguage links, and other content that is not part of the original template page. |
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
- {{Category TOC}}
Contents
|
- {{Category TOC|numerals=no}}
Contents
|
- {{Category TOC|uppercase=no|lowercase=yes}}
Contents
|
- {{Category TOC|numerals=separate}}
Contents
|
- {{Category TOC|numerals=separate|uppercase=no}}
Contents
|