Template:AlphanumericTOC

內容: 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
目錄參看參考外部連結


文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

Purpose

This TOC template was created as a customizable substitute for the growing zoo of CompactTOCs. Rather than have dozens of stylistic varieties, it is preferrable to have a single template which can be adjusted to fit the editor's wishes.

Usage

Insert {{AlphanumericTOC}} at the point in the article where you want the TOC to appear. If using with a list, many editors have found it helpful to insert a TOC at both the beginning and end of the list.

Parameters

Toggling the style and display of elements within the TOC is accomplished by adding parameters with a null value (in the form |parameter=|). This is a short list which will be expanded upon further in the following text:

  • block v. inline formatting: multiline, nobreak;
  • table alignment: align;
  • addition of prefixes to the links: prefixLink, prefixDesc;
  • suppressing the automatic table of contents: notoc; and,
  • each of the links also has its own parameter which when used suppresses the display of the link.

Block and inline formatting

When the template is used without any parameters, it appears as:

內容: 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
目錄參看參考外部連結

This replicates what you would see with a template like {{CompactTOCrefs}}. The templates {{CompactTOC2}}, {{CompactTOC5T}}, and {{CompactTOCrefs2}} display the text in a single inline list. To accomplish this, add the parameter nobreak to the template:

 {{AlphanumericTOC|
     nobreak=|}}
內容: 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z目錄參看參考外部連結


For a TOC which displays in a block format, like {{CompactTOC4}} and {{CompactTOC5}}, add the parameter multiline:

 {{AlphanumericTOC|
     multiline=|}}
內容 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 目錄參看參考外部連結


Note: If these parameters are used in combination, multiline will always override any effects from nobreak.

Aligning the TOC

As is apparent from the examples already given, the natural state of the TOC is to appear along the left side of the page without any alignment. Some of the existing TOCs, including {{CompactTOC}}, {{CompactTOC3}}, and {{CompactTOCrefs}}, are aligned to the center of the page. This can be replicated by adding the parameter align with a value of 'center':

 {{AlphanumericTOC|
     align=center|}}
內容: 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
目錄參看參考外部連結

The TOC may also be aligned to the right or the left, causing the article text to wrap around it, but floating the TOC is generally discouraged. Guidelines may be found at Wikipedia:Section#Floating the TOC.

Prefixing links or link descriptions

The TOC templates {{CompactTOCprefix}} and {{CompactTOC2wprefix}} include the ability to add a prefix to the link with or without displaying it in the TOC. This can also be accomplished with this template by using the parameters prefixLink and prefixDesc; the former adds the prefix to the actual link, and the latter adds the prefix to the text displayed on the page. Examples:

 {{AlphanumericTOC|
     prefixLink=1.|}}
內容: 0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
目錄參看參考外部連結
 {{AlphanumericTOC|
     prefixLink=hidden|
     prefixDesc=visible|}}
內容: visible0–9 visibleA visibleB visibleC visibleD visibleE visibleF visibleG visibleH visibleI visibleJ visibleK visibleL visibleM visibleN visibleO visibleP visibleQ visibleR visibleS visibleT visibleU visibleV visibleW visibleX visibleY visibleZ
目錄參看參考外部連結
 {{AlphanumericTOC|
     prefixDesc=+ |}}
內容: +0–9 +A +B +C +D +E +F +G +H +I +J +K +L +M +N +O +P +Q +R +S +T +U +V +W +X +Y +Z
目錄參看參考外部連結


Suppression of the normal TOC

In the cases where it might not be desirable to suppress the automatically generated table of contents this template uses the parameter notoc to prevent suppression. If you want to allow the software to generate a table of contents, use the following:

 {{AlphanumericTOC|
     notoc=|}}

Selective link removal

One of the reasons for having so many different versions of CompactTOC has been that some articles do not have a 'References' section, or the TOC is being used for a list contained within a larger article. This template solves the problem by providing a parameter for each link to be removed. They are as follows:

  • numbers: removes the numbers link
  • a, b, etc.: removes the link for that letter; alternatively it can be used to create unlinked letters (see example below)
  • sections: removes all links appearing after the letters
  • top: removes the link to the 'Top of Page'
  • seealso: removes the link to the 'See also' section
  • references: removes the link to the 'References' section
  • externallinks: removes the link to the 'External links' section

Some examples:

 {{AlphanumericTOC|
     numbers=|
     sections=|}}
內容: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
 {{AlphanumericTOC|
     numbers=|
     i=|
     n=|
     x=|
     z=|
     references=|}}
內容: A B C D E F G H J K L M O P Q R S T U V W Y
目錄參看外部連結
 {{AlphanumericTOC|
     numbers=|
     i=I|
     j=J|
     v=V|
     x=X|
     nobreak=|
     top=|}}
內容: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z參看參考外部連結
 {{AlphanumericTOC|
     multiline=|
     align=center|
     g=|
     seealso=|
     externallinks=|}}
內容 0–9 A B C D E F H I J K L M N O P Q R S T U V W X Y Z 目錄參考


Optional user defined section links

Optional section links may be defined using the parameters sec1, sec2, sec3, sec4, and sec5, as follows:

 {{AlphanumericTOC|
     numbers=|
     seealso=|
     externallinks=|
     sec1=Added section|
     sec2=Plus one|}}
內容: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
目錄Added sectionPlus one參考


編輯歷史

Major revisions:

  • Created & documented March 4, 2006 by Moverton
  • Changed to use #if ParserFunctions June 17, 2006 by Moverton — This change should not impact the function or appearance of any existing usage.
  • Added optional user defined section links November 17, 2006 by Moverton — This change should not impact the function or appearance of any existing usage.
  • Added optional top parameter December 27, 2006 by Moverton — This allows for optional removal of the link to the 'Top of Page'; it should not impact the function of any existing usage.
  • 2007年9月15日 (六) 09:20 (UTC)移植至中文版