Difference between revisions of "Template:Category TOC"

From MINR.ORG WIKI
(enabling merge of category TOC templates, per discussion. no intended change in appearance or functionality)
(noprint since this just produces a list of external links)
Line 1: Line 1:
<table id="toc" class="toc plainlinks" summary="Contents" align="center">
+
<table id="toc" class="toc plainlinks noprint" summary="Contents" align="center">
 
<tr><th>{{MediaWiki:Toc}}:</th><td><!--
 
<tr><th>{{MediaWiki:Toc}}:</th><td><!--
 
-->{{#if:{{{top|yes}}}|&nbsp;&nbsp;&nbsp; [{{fullurl:{{FULLPAGENAME}}}} Top]}}<!--
 
-->{{#if:{{{top|yes}}}|&nbsp;&nbsp;&nbsp; [{{fullurl:{{FULLPAGENAME}}}} Top]}}<!--

Revision as of 06:22, 17 March 2009

Template documentation[view] [edit] [history] [purge]

Lua error: expandTemplate: template "No redirect" does not exist.

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 200 pages.

{{Category TOC
 | align     = <!-- left (default) / center / right -->
 | top       = <!-- yes (default) / no -->
 | numerals  = <!-- group (default) / separate / no -->
 | uppercase = <!-- yes (default) / group / no -->
 | lowercase = <!-- yes / group / 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 uppercase letters are included:
    • yes (default): each letter A,B,...,Z has a separate link.
    • group: there is one link for A-Z.
    • no: there is no link for uppercase letters.
  • lowercase – specifies whether lowercase letters are included:
    • yes: each letter a,b,...,z has a separate link.
    • group: there is one link for a-z.
    • no (default): there is no link for lowercase letters.

Examples

See also