Template:Category TOC

From LIMSWiki
Jump to navigationJump to search
[edit] [purge] Template documentation

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