Template:Compact ToC/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
m (Fix dead links)
 
(18 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
<!--
    PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE
-->
{{Intricate template}}
__TOC__
__TOC__
==Purpose==
==Purpose==
Line 10: Line 5:
:* The centering or numbers are optional: center=yes, num=yes.
:* The centering or numbers are optional: center=yes, num=yes.
:* The "Contents" heading can go on top (default) or the side (side=yes).
:* The "Contents" heading can go on top (default) or the side (side=yes).
:* Letter ranges can be set (''see below:'' [[#Letters]]): A B C-F G H-K L...
:* Letter ranges can be set (''see below:'' [[#Letters]]): A B C–F G H–K L...
:* Some letters can be omitted, instead of 26 separate letters.
:* Some letters can be omitted, instead of 26 separate letters.
:* Other headers can be listed in the TOC (''see below:'' [[#Listing custom-headers|Listing custom-headers]]).
:* Other headers can be listed in the TOC (''see below:'' [[#Listing custom-headers|Listing custom-headers]]).
Line 17: Line 12:
:* Conceal subheader link-text as "pre1name" over "pre1link" and "custom1name" over "custom1link" etc.
:* Conceal subheader link-text as "pre1name" over "pre1link" and "custom1name" over "custom1link" etc.
:* Other options include: top=yes, seealso=yes, refs=yes, extlinks=yes, etc.
:* Other options include: top=yes, seealso=yes, refs=yes, extlinks=yes, etc.
The template has all features of [[Template:CompactTOC7]], plus some from [[Template:CompactTOC2]], such as optional "Top" "0-9" sections, ''and'' allows selecting other sections.
The template has all features of other TOC templates, such as optional "Top" "0–9" sections, ''and'' allows selecting other sections.


==Usage==
==Usage==
;Typical:


'''Typical''':
<nowiki>{{Compact ToC|symnum=yes}}</nowiki>


<code><nowiki>{{</nowiki>'''CompactTOC8'''|symnum=yes<nowiki>}}</nowiki></code>


;For alphabetical only


'''For alphabetical only''' (no number or symbol entries):
<nowiki>{{Compact ToC}}</nowiki>


<code><nowiki>{{</nowiki>'''CompactTOC8'''<nowiki>}}</nowiki></code>
 
;For common applications:
 
<nowiki>{{Compact ToC|center=yes|seealso=yes|refs=yes|further=yes}}</nowiki>
 
:or vertical:
 
<pre>
{{Compact ToC
|center  = yes
|seealso = yes
|refs    = yes
|further = yes
}}
</pre>




'''For maximum number of features and centered placement''' (leave off a parameter or change it to blank or "no" to disable a feature)
'''For maximum number of features and centered placement''' (leave off a parameter or change it to blank or "no" to disable a feature)


<nowiki>{{</nowiki>'''CompactTOC8'''
<pre>
{{Compact ToC
  |name=
  |name=
  |side=yes
  |side=yes
Line 63: Line 74:
  |refs=yes
  |refs=yes
  |notes=yes
  |notes=yes
|further=yes
  |extlinks=yes
  |extlinks=yes
  |a=
  |a=
  ...
  ...
  |z=
  |z=
}}</code>
}}</pre>


===Parameters===
===Parameters===
*<code>name=</code> &mdash; change the heading to an alternative name instead of "Contents", or hide it completely by entering <code>name=no</code>
*<code>name=</code>: change the heading to an alternative name instead of "Contents", or hide it completely by entering <code>name=no</code>
*<code>side=yes</code> &mdash; put the "Contents" heading on the left side with a colon, instead of the top without one
*<code>side=yes</code>: put the "Contents" heading on the left side with a colon, instead of the top without one
*<code>center=yes</code> &mdash; center to ToC in the horizontal middle of the page, instead of floated left
*<code>center=yes</code>: center to ToC in the horizontal middle of the page, instead of floated left
*<code>right=yes</code> &mdash; align the ToC horizontally to the right of the page (may require <code><nowiki><br style="clear:right;" /></nowiki></code> after it, depending on page layout), instead of floated left (this parameter is mutually exclusive with the "center" option above, and should be used sparingly and with good reason)
*<code>right=yes</code>: align the ToC horizontally to the right of the page (may require <code><nowiki><br style="clear:right;" /></nowiki></code> after it, depending on page layout), instead of floated left (this parameter is mutually exclusive with the "center" option above, and should be used sparingly and with good reason)
*<code>align=</code> &mdash; sets the alignment of the ''links'' inside the table; default is left; use <code>center</code>, <code>right</code> or <code>left</code>
*<code>align=</code>: sets the alignment of the ''links'' inside the table; default is left; use <code>center</code>, <code>right</code> or <code>left</code>
*<code>nobreak=yes</code> &mdash; no linebreak between the A-B-C-etc. stuff and the See also/References/etc. stuff (note: does not affect the heading; use <code>side=</code> for that)
*<code>nobreak=yes</code>: no linebreak between the A-B-C-etc. stuff and the See also/References/etc. stuff (note: does not affect the heading; use <code>side=</code> for that)
*<code>top=yes</code> &mdash; enable the "Top" link; this is only useful if this copy of the ToC is a secondary ToC not at the top of the page, e.g. in the middle of a long glossary. (Every rendered page has a hidden <code><nowiki><a name="top" id="top"></a></nowiki></code> above the sitenotice which makes this link work without having to do anything but enable it in the template.)
*<code>top=yes</code>: enable the "Top" link; this is only useful if this copy of the ToC is a secondary ToC not at the top of the page, e.g. in the middle of a long glossary. (Every rendered page has a hidden <code><nowiki><a name="top" id="top"></a></nowiki></code> above the sitenotice which makes this link work without having to do anything but enable it in the template.)
*<code>sym=yes</code> &mdash; enable the "!$@" link for symbolic entries section
*<code>sym=yes</code>: enable the "!$@" link for symbolic entries section
*<code>num=yes</code> &mdash; enable the "0–9" link for numeric entries section (create a heading of <code><nowiki>==0&amp;ndash;9==</nowiki></code> for the link to work)
*<code>num=yes</code>: enable the "0–9" link for numeric entries section (create a heading of <code><nowiki>==0&amp;ndash;9==</nowiki></code> for the link to work)
*<code>symnum=yes</code> &mdash; enable the "!–9" link for combined symbolic and numeric entries section (create a heading of <code><nowiki>==!&amp;ndash;9==</nowiki></code> for the link to work)
*<code>symnum=yes</code>: enable the "!–9" link for combined symbolic and numeric entries section (create a heading of <code><nowiki>==!&amp;ndash;9==</nowiki></code> for the link to work)
<!-- ------------------------------- Parameter: sep -->
<!-- ------------------------------- Parameter: sep -->
*<code>sep=&amp;middot;</code> &mdash; set the separator-text between word-headers (not between "ABCDEF") to "&middot;"; could also be a vertical-bar or <code>&amp;bull;</code> (&bull;), etc.
*<code>sep=&amp;middot;</code>: set the separator-text between word-headers (not between "ABCDEF") to "&middot;"; could also be a vertical-bar or <code>&amp;bull;</code> (&bull;), etc.
<!-- ------------------------------- Parameters custom1..8 -->
<!-- ------------------------------- Parameters custom1..8 -->
*<code>custom1</code> to <code>custom8</code> &mdash; add up to 8 extra "custom" sections after the "ABCDEF" list. These appear as <nowiki>[[#custom1|custom1]]</nowiki>.
*<code>custom1</code> to <code>custom8</code>: add up to 8 extra "custom" sections after the "ABCDEF" list. These appear as <nowiki>[[#custom1|custom1]]</nowiki>.
*<code>custom1name</code> to <code>custom8name</code> &mdash; modifies the way the custom section headers appear: <nowiki>[[#custom1|custom1name]]</nowiki>
*<code>custom1name</code> to <code>custom8name</code>: modifies the way the custom section headers appear: <nowiki>[[#custom1|custom1name]]</nowiki>
*<code>custom1link</code> to <code>custom8link</code> &mdash; modifies the targets of the custom sections: <nowiki>[[custom1link|custom1]]</nowiki>. Use this only for linking to another page.  ''Use sparingly!'' About the only legitimate use for this is connecting the sub-pages of multi-page articles, like long lists that have been broken up. Do not repurpose the ToC as a makeshift navbox.
*<code>custom1link</code> to <code>custom8link</code>: modifies the targets of the custom sections: <nowiki>[[custom1link|custom1]]</nowiki>. Use this only for linking to another page.  ''Use sparingly!'' About the only legitimate use for this is connecting the sub-pages of multi-page articles, like long lists that have been broken up. Do not repurpose the ToC as a makeshift navbox.
<!-- ------------------------------- Parameters pre1..pre8 -->
<!-- ------------------------------- Parameters pre1..pre8 -->
*<code>pre1</code> to <code>pre8</code> &mdash; list up to 8 extra section headers ''before'' (pre-list) the "ABCDEF" list. These appear as <nowiki>[[#pre1|pre1]]</nowiki>.
*<code>pre1</code> to <code>pre8</code>: list up to 8 extra section headers ''before'' (pre-list) the "ABCDEF" list. These appear as <nowiki>[[#pre1|pre1]]</nowiki>.
*<code>pre1name</code> to <code>pre8name</code> &mdash; modifies the way the pre-list section headers appear: <nowiki>[[#pre1|pre1name]]</nowiki>
*<code>pre1name</code> to <code>pre8name</code>: modifies the way the pre-list section headers appear: <nowiki>[[#pre1|pre1name]]</nowiki>
*<code>pre1link</code> to <code>pre8link</code> &mdash; modifies the targets of the pre-list headers: <nowiki>[[pre1link|pre1]]</nowiki>.
*<code>pre1link</code> to <code>pre8link</code>: modifies the targets of the pre-list headers: <nowiki>[[pre1link|pre1]]</nowiki>.
*<code>prebreak=&lt;br></code> &mdash; set break-line after all pre-list headers; can include text to introduce "ABCDEF".
*<code>prebreak=&lt;br></code>: set break-line after all pre-list headers; can include text to introduce "ABCDEF".
<!-- ------------------------- Parameters seealso, refs...-->
<!-- ------------------------- Parameters seealso, refs...-->
*<code>seealso=yes</code> &mdash; enable link to the "See also" section
*<code>seealso=yes</code>: enable link to the "See also" section
*<code>refs=yes</code> &mdash; enable link to the "References" section (observe that it is plural)
*<code>refs=yes</code>: enable link to the "References" section (observe that it is plural)
*<code>notes=yes</code> &mdash; enable link to the "Notes" section (observe that it is plural)
*<code>notes=yes</code>: enable link to the "Notes" section (observe that it is plural)
*<code>notesfirst=yes</code> &mdash; enable link to the "Notes" section, but placed before "References"; ''do not use with <code>notes</code>'' (and do observe that it is plural)
*<code>notesfirst=yes</code>: enable link to the "Notes" section, but placed before "References"; ''do not use with <code>notes</code>'' (and do observe that it is plural)
*<code>extlinks=yes</code> &mdash; enable link to the "External links" section
*<code>further=yes</code>: enable link to the "Further reading" section
*<code>a=</code> through <code>z=</code> &mdash; individually disable particular letters that have no entries. ''Use with caution'' and check regularly to make sure that new entries do not require the removal of these parameters. Can also be used to create range links, e.g. "X-Z". ''(See [[#Letters]] below for more detailed documentation of this feature.)''
*<code>extlinks=yes</code>: enable link to the "External links" section
*<code>a=</code> through <code>z=</code>: individually disable particular letters that have no entries. ''Use with caution'' and check regularly to make sure that new entries do not require the removal of these parameters. Can also be used to create range links, e.g. "X-Z". ''(See [[#Letters]] below for more detailed documentation of this feature.)''


==Letters==
==Letters==
Any letter can be omitted (i.e. when it has no entries in the list) by specifying it as a ''lower-case'' blank parameter:&nbsp;
Any letter can be omitted (i.e. when it has no entries in the list) by specifying it as a ''lower-case'' blank parameter:&nbsp;
{{tlx|CompactTOC8|side&#61;yes|j&#61;|q&#61;}}
{{tlx|Compact ToC|side&#61;yes|j&#61;|q&#61;}}
{| style="margin-left:3.0em"
{| style="margin-left:3.0em"
|{{CompactTOC8|side=yes|j=|q=}}
|{{Compact ToC|side=yes|j=|q=}}
|}
|}
Or it can be replaced with an unlinked letter by using that letter ('''upper-case'''):
Or it can be replaced with an unlinked letter by using that letter ('''upper-case'''):
{{tlx|CompactTOC8|side&#61;yes|j&#61;J|q&#61;Q}}
{{tlx|Compact ToC|side&#61;yes|j&#61;J|q&#61;Q}}
{| style="margin-left:3.0em"
{| style="margin-left:3.0em"
|{{CompactTOC8|side=yes|j=J|q=Q}}
|{{Compact ToC|side=yes|j=J|q=Q}}
|}
|}
''Note:'' It is often better to create an empty placeholder span (e.g. <code><nowiki><span id="Q" /></nowiki></code> where the letter's heading would be in the page if it existed, since in most cases it is quite possible that it will come to exist in the future. Using the span-id avoids confusing new users who might not realize the TOC-template has skipped some letters.
''Note:'' It is often better to create an empty placeholder span (e.g. <code><nowiki><span id="Q" /></nowiki></code> where the letter's heading would be in the page if it existed, since in most cases it is quite possible that it will come to exist in the future. Using the span-id avoids confusing new users who might not realize the TOC-template has skipped some letters.
Line 114: Line 127:
The letter-assignment feature can also be used to create range links:
The letter-assignment feature can also be used to create range links:


{{tlx|CompactTOC8|side&#61;yes|x&#61;<nowiki>[[#X-Z|X-Z]]</nowiki>|y&#61;|z&#61;}}
{{tlx|Compact ToC|side&#61;yes|x&#61;<nowiki>[[#X-Z|X-Z]]</nowiki>|y&#61;|z&#61;}}
{| style="margin-left:3.0em"
{| style="margin-left:3.0em"
|{{CompactTOC8|side=yes|x=[[#X-Z|X-Z]]|y=|z=}}
|{{Compact ToC|side=yes|x=[[#X-Z|X-Z]]|y=|z=}}
|}
|}
The feature can also be used (very tediously) for linking to sub-articles (e.g., for [[Wikipedia:Naming conventions (long lists)|long lists]] that have been split into multiple pages):
The feature can also be used (very tediously) for linking to sub-articles (e.g., for [[Wikipedia:Naming conventions (long lists)|long lists]] that have been split into multiple pages):


{{tlx|CompactTOC8|name&#61;<nowiki>[[</nowiki><var>Articlename</var><nowiki>]]</nowiki>|side&#61;yes|n&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)#N|N<nowiki>]]</nowiki>|o&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)#O|O<nowiki>]]</nowiki>|...|z&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)#Z|Z<nowiki>]]</nowiki>}}
{{tlx|Compact ToC|name&#61;<nowiki>[[</nowiki><var>Articlename</var><nowiki>]]</nowiki>|side&#61;yes|n&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)#N|N<nowiki>]]</nowiki>|o&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)#O|O<nowiki>]]</nowiki>|...|z&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)#Z|Z<nowiki>]]</nowiki>}}


{| style="margin-left:3.0em"
{| style="margin-left:3.0em"
|{{CompactTOC8|name=[[Articlename]]|side=yes|n=[[Article (N–Z)#N|N]]|o=[[Articlename (N–Z)#O|O]]|p=[[Articlename (N–Z)#P|P]]|q=[[Articlename (N–Z)#Q|Q]]|r=[[Articlename (N–Z)#R|R]]|s=[[Articlename (N–Z)#S|S]]|t=[[Articlename (N–Z)#T|T]]|u=[[Articlename (N–Z)#U|U]]|v=[[Articlename (N–Z)#V|V]]|w=[[Articlename (N–Z)#W|W]]|x=[[Articlename (N–Z)#X|X]]|y=[[Articlename (N–Z)#Y|Y]]|z=[[Articlename (N–Z)#Z|Z]]}}
|{{Compact ToC|[[Articlename]]|side=yes|[[Article (N–Z)#N|N]]|[[Articlename (N–Z)#O|O]]|[[Articlename (N–Z)#P|P]]|[[Articlename (N–Z)#Q|Q]]|[[Articlename (N–Z)#R|R]]|[[Articlename (N–Z)#S|S]]|[[Articlename (N–Z)#T|T]]|[[Articlename (N–Z)#U|U]][[Articlename (N–Z)#V|V]]|[[Articlename (N–Z)#W|W]]|[[Articlename (N–Z)#X|X]]|[[Articlename (N–Z)#Y|Y]]|[[Articlename (N–Z)#Z|Z]]}}
|}
|}
<!--Unedited version of above statement
{| style="margin-left:3.0em"
|{{Compact ToC|name=[[Articlename]]|side=yes|n=[[Article (N–Z)#N|N]]|o=[[Articlename (N–Z)#O|O]]|p=[[Articlename (N–Z)#P|P]]|q=[[Articlename (N–Z)#Q|Q]]|r=[[Articlename (N–Z)#R|R]]|s=[[Articlename (N–Z)#S|S]]|t=[[Articlename (N–Z)#T|T]]|u=[[Articlename (N–Z)#U|U]]|v=[[Articlename (N–Z)#V|V]]|w=[[Articlename (N–Z)#W|W]]|x=[[Articlename (N–Z)#X|X]]|y=[[Articlename (N–Z)#Y|Y]]|z=[[Articlename (N–Z)#Z|Z]]}}
|} -->


Or, as another example:
Or, as another example:


{{tlx|CompactTOC8|side&#61;yes|n&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)|&amp;nbsp;N–Z <small>(next page)</small><nowiki>]]</nowiki>|o&#61;|p&#61;|...|z&#61;}}
{{tlx|Compact ToC|side&#61;yes|n&#61;<nowiki>[[</nowiki><var>Articlename</var> (N–Z)|&amp;nbsp;N–Z <small>(next page)</small><nowiki>]]</nowiki>|o&#61;|p&#61;|...|z&#61;}}


{| style="margin-left:3.0em"
{| style="margin-left:3.0em"
|{{CompactTOC8|side=yes|n=[[Articlename (N–Z)|&nbsp;N–Z <small>(next page)</small>]]|o=|p=|q=|r=|s=|t=|u=|v=|w=|x=|y=|z=}}
|{{Compact ToC|side=yes|n=[[Articlename (N–Z)|&nbsp;N–Z <small>(next page)</small>]]|o=|p=|q=|r=|s=|t=|u=|v=|w=|x=|y=|z=}}
|}
|}
<!-- Unedited version of above statement
{| style="margin-left:3.0em"
|{{Compact ToC|side=yes|n=[[Articlename (N–Z)|&nbsp;N–Z <small>(next page)</small>]]|o=|p=|q=|r=|s=|t=|u=|v=|w=|x=|y=|z=}}
|} -->


==Listing custom-headers==
==Listing custom-headers==
The optional parameters pre1...pre8 and custom1...custom8 allow listing up to 16 other section-headers in the TOC, before or after, the "ABCDEF" list:
The optional parameters pre1...pre8 and custom1...custom8 allow listing up to 16 other section-headers in the TOC, before or after, the "ABCDEF" list:


{{tlx|CompactTOC8|name&#61;no|center&#61;yes|top&#61;yes|seealso&#61;yes|notes&#61;yes|custom1&#61;New section|custom2&#61;Additional section}}
{{tlx|Compact ToC|name&#61;no|center&#61;yes|top&#61;yes|seealso&#61;yes|notes&#61;yes|custom1&#61;New section|custom2&#61;Additional section}}
{{CompactTOC8|name=no|center=yes|top=yes|seealso=yes|notes=yes|custom1=New section|custom2=Additional section}}
{{Compact ToC|name=no|center=yes|top=yes|seealso=yes|notes=yes|custom1=New section|custom2=Additional section}}


 
{{tlx|Compact ToC|name&#61;no|center&#61;yes|top&#61;yes|seealso&#61;yes|notes&#61;yes|custom1&#61;New section|custom1name&#61;Custom section name|custom2&#61;Outside page|custom2link&#61;Main Page}}
{{tlx|CompactTOC8|name&#61;no|center&#61;yes|top&#61;yes|seealso&#61;yes|notes&#61;yes|custom1&#61;New section|custom1name&#61;Custom section name|custom2&#61;Outside page|custom2link&#61;Main Page}}
{{Compact ToC|name=no|center=yes|top=yes|seealso=yes|notes=yes|custom1=New section|custom1name=Custom section name|custom2=Outside page|custom2link=Main Page}}
{{CompactTOC8|name=no|center=yes|top=yes|seealso=yes|notes=yes|custom1=New section|custom1name=Custom section name|custom2=Outside page|custom2link=Main Page}}


<br>Headers can be listed before & after "ABCDEF" using pre1 & custom1:
<br>Headers can be listed before & after "ABCDEF" using pre1 & custom1:
: {{tlx|CompactTOC8|center&#61;yes|align&#61;center|top&#61;yes|seealso&#61;yes<br>|pre1&#61;Scope of list|pre2&#61;Abbreviations used|prebreak&#61;&lt;br><br>|custom1&#61;Popular entries|custom2&#61;Excluded entries|notes&#61;yes}}
: {{tlx|Compact ToC|center&#61;yes|align&#61;center|top&#61;yes|seealso&#61;yes<br>|pre1&#61;Scope of list|pre2&#61;Abbreviations used|prebreak&#61;&lt;br><br>|custom1&#61;Popular entries|custom2&#61;Excluded entries|notes&#61;yes}}
{{CompactTOC8|center=yes|align=center|top=yes|seealso=yes|pre1=Scope of list|pre2=Abbreviations used|prebreak=<br>|custom1=Popular entries|custom2=Excluded entries|notes=yes}}
{{Compact ToC|center=yes|align=center|top=yes|seealso=yes|pre1=Scope of list|pre2=Abbreviations used|prebreak=<br>|custom1=Popular entries|custom2=Excluded entries|notes=yes}}


<br>The separator text can be set to a mid-dot by "sep=&amp;middot;" :
<br>The separator text can be set to a mid-dot by "sep=&amp;middot;" :
: {{tlx|CompactTOC8|center&#61;yes|align&#61;center|top&#61;yes|seealso&#61;yes<br>|pre1&#61;Scope of list|pre2&#61;Abbreviations used|prebreak&#61;&lt;br><br>|custom1&#61;Popular entries|custom2&#61;Excluded entries|sep&#61;'''<nowiki>'''&amp;middot;'''</nowiki>'''}}
: {{tlx|Compact ToC|center&#61;yes|align&#61;center|top&#61;yes|seealso&#61;yes<br>|pre1&#61;Scope of list|pre2&#61;Abbreviations used|prebreak&#61;&lt;br><br>|custom1&#61;Popular entries|custom2&#61;Excluded entries|sep&#61;'''<nowiki>'''&amp;middot;'''</nowiki>'''}}
{{CompactTOC8|center=yes|align=center|top=yes|seealso=yes|pre1=Scope of list|pre2=Abbreviations used|prebreak=<br>|custom1=Popular entries|custom2=Excluded entries|notes=yes|sep='''&middot;'''}}
{{Compact ToC|center=yes|align=center|top=yes|seealso=yes|pre1=Scope of list|pre2=Abbreviations used|prebreak=<br>|custom1=Popular entries|custom2=Excluded entries|notes=yes|sep='''&middot;'''}}


====Shorthand====
====Shorthand====
* <code>short1</code> can be used as the very first parameter (before <code>name=</code>) for shortening a common usage:
* <code>short1</code> can be used as the very first parameter (before <code>name=</code>) for shortening a common usage:


{{tlx|CompactTOC8|short1}}
{{tlx|Compact ToC|short1}}


{{CompactTOC8|short1}}
{{Compact ToC|short1}}


It replaces <nowiki>{{CompactTOC8|side=yes|center=yes|nobreak=yes|refs=yes}}</nowiki>
It replaces <nowiki>{{Compact ToC|side=yes|center=yes|nobreak=yes|refs=yes}}</nowiki>


==Examples==
==Examples==
{{tlx|CompactTOC8|top&#61;yes}} <!--Example: top=yes -->
{{tlx|Compact ToC|top&#61;yes}} <!--Example: top=yes -->
{| style="margin-left:2.0em"
{| style="margin-left:2.0em"
|{{CompactTOC8|top=yes}}
|{{Compact ToC|top=yes}}
|}
|}


 
{{tlx|Compact ToC|side&#61;yes|sym&#61;yes|num&#61;yes|refs&#61;yes|seealso&#61;yes|custom1&#61;Other}}
{{tlx|CompactTOC8|side&#61;yes|sym&#61;yes|num&#61;yes|refs&#61;yes|seealso&#61;yes|custom1&#61;Other}}
{| style="margin-left:2.0em"
{| style="margin-left:2.0em"
|{{CompactTOC8|side=yes|sym=yes|num=yes|refs=yes|custom1=Other}}
|{{Compact ToC|side=yes|sym=yes|num=yes|refs=yes|custom1=Other}}
|}
|}


{{tlx|CompactTOC8|name&#61;Directory|top&#61;no|refs&#61;yes|notes&#61;yes|extlinks&#61;yes}}
{{tlx|Compact ToC|name&#61;Directory|top&#61;no|refs&#61;yes|notes&#61;yes|extlinks&#61;yes}}
{| style="margin-left:2.0em"
{| style="margin-left:2.0em"
|{{CompactTOC8|name=Directory|top=no|refs=yes|notes=yes|extlinks=yes}}
|{{Compact ToC|name=Directory|top=no|refs=yes|notes=yes|extlinks=yes}}
|}
|}


{{tlx|Compact ToC|name&#61;no|side&#61;yes|right&#61;yes|symnum&#61;yes|seealso&#61;yes}}
{{Compact ToC|name=no|side=yes|right=yes|symnum=yes|seealso=yes}}<br style="clear:right;" />


{{tlx|CompactTOC8|name&#61;no|side&#61;yes|right&#61;yes|symnum&#61;yes|seealso&#61;yes}}
{{tlx|Compact ToC|short1|num&#61;yes|sym&#61;yes|seealso&#61;yes|notesfirst&#61;yes|further&#61;yes|extlinks&#61;yes}}
{{CompactTOC8|name=no|side=yes|right=yes|symnum=yes|seealso=yes}}<br style="clear:right;" />
{{Compact ToC|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|further=yes|extlinks=yes}}
 
 
 
{{tlx|CompactTOC8|short1|num&#61;yes|sym&#61;yes|seealso&#61;yes|notesfirst&#61;yes|extlinks&#61;yes}}
{{CompactTOC8|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|extlinks=yes}}
 


<includeonly><!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Exclude in print]]
[[Category:Wikipedia table of contents templates|{{PAGENAME}}]]
[[Category:List templates|{{PAGENAME}}]]
[[fa:الگو:فهرست انگلیسی]]
[[ca:Template:Índex]]
[[de:Vorlage:TOC]]
[[es:Plantilla:TOC]]
[[eo:Ŝablono:Indekso]]
[[hi:साँचा:CompactTOC8]]
[[id:Templat:CompactTOC8]]
[[it:Template:Indice]]
[[ja:template:TOC]]
[[pt:Predefinição:Peqind]]
[[sl:Predloga:CompactTOC3]]
[[sv:Mall:Alfabetisk]]
[[nl:Sjabloon:CompactTOC8]]
</includeonly>
== See also ==
== See also ==
* [[Help:Magic words#Behavior switches]] for help on:
* [[w:Help:Section#Table of contents (TOC)]]
* [[w:Help:Magic words#Behavior switches]] for more help on:
**<nowiki>__NOTOC__</nowiki>
**<nowiki>__NOTOC__</nowiki>
**<nowiki>__TOC__</nowiki>
**<nowiki>__TOC__</nowiki>
<includeonly>
[[Category:Formatting templates]]
</includeonly>

Latest revision as of 07:40, 7 March 2018

Purpose

This is a Table-of-Contents replacement for alphabetical lists:

  • The compact format goes sideways: A B C D E F G H I J K L ....
  • The centering or numbers are optional: center=yes, num=yes.
  • The "Contents" heading can go on top (default) or the side (side=yes).
  • Letter ranges can be set (see below: #Letters): A B C–F G H–K L...
  • Some letters can be omitted, instead of 26 separate letters.
  • Other headers can be listed in the TOC (see below: Listing custom-headers).
  • Set upper headers before "ABCDEF" by pre1, pre2, ... pre8.
  • Set lower headers after "ABCDEF" by custom1, custom2, ... custom8.
  • Conceal subheader link-text as "pre1name" over "pre1link" and "custom1name" over "custom1link" etc.
  • Other options include: top=yes, seealso=yes, refs=yes, extlinks=yes, etc.

The template has all features of other TOC templates, such as optional "Top" "0–9" sections, and allows selecting other sections.

Usage

Typical

{{Compact ToC|symnum=yes}}


For alphabetical only

{{Compact ToC}}


For common applications

{{Compact ToC|center=yes|seealso=yes|refs=yes|further=yes}}

or vertical:
{{Compact ToC
 |center  = yes
 |seealso = yes
 |refs    = yes
 |further = yes
}}


For maximum number of features and centered placement (leave off a parameter or change it to blank or "no" to disable a feature)

{{Compact ToC
 |name=
 |side=yes
 |center=yes
 |right=
 |align=center
 |nobreak=yes
 |top=yes
 |num=yes
 |sym=yes
 |symnum=
 |pre1=
 |pre1name=
 |pre1link=
 ...
 |pre8=
 |pre8name=
 |pre8link=
 |prebreak=<br>
 |custom1=
 |custom1name=
 |custom1link=
 ...
 |custom8=
 |custom8name=
 |custom8link=
 |seealso=yes
 |notesfirst=
 |refs=yes
 |notes=yes
 |further=yes
 |extlinks=yes
 |a=
 ...
 |z=
}}

Parameters

  • name=: change the heading to an alternative name instead of "Contents", or hide it completely by entering name=no
  • side=yes: put the "Contents" heading on the left side with a colon, instead of the top without one
  • center=yes: center to ToC in the horizontal middle of the page, instead of floated left
  • right=yes: align the ToC horizontally to the right of the page (may require <br style="clear:right;" /> after it, depending on page layout), instead of floated left (this parameter is mutually exclusive with the "center" option above, and should be used sparingly and with good reason)
  • align=: sets the alignment of the links inside the table; default is left; use center, right or left
  • nobreak=yes: no linebreak between the A-B-C-etc. stuff and the See also/References/etc. stuff (note: does not affect the heading; use side= for that)
  • top=yes: enable the "Top" link; this is only useful if this copy of the ToC is a secondary ToC not at the top of the page, e.g. in the middle of a long glossary. (Every rendered page has a hidden <a name="top" id="top"></a> above the sitenotice which makes this link work without having to do anything but enable it in the template.)
  • sym=yes: enable the "!$@" link for symbolic entries section
  • num=yes: enable the "0–9" link for numeric entries section (create a heading of ==0&ndash;9== for the link to work)
  • symnum=yes: enable the "!–9" link for combined symbolic and numeric entries section (create a heading of ==!&ndash;9== for the link to work)
  • sep=&middot;: set the separator-text between word-headers (not between "ABCDEF") to "·"; could also be a vertical-bar or &bull; (•), etc.
  • custom1 to custom8: add up to 8 extra "custom" sections after the "ABCDEF" list. These appear as [[#custom1|custom1]].
  • custom1name to custom8name: modifies the way the custom section headers appear: [[#custom1|custom1name]]
  • custom1link to custom8link: modifies the targets of the custom sections: [[custom1link|custom1]]. Use this only for linking to another page. Use sparingly! About the only legitimate use for this is connecting the sub-pages of multi-page articles, like long lists that have been broken up. Do not repurpose the ToC as a makeshift navbox.
  • pre1 to pre8: list up to 8 extra section headers before (pre-list) the "ABCDEF" list. These appear as [[#pre1|pre1]].
  • pre1name to pre8name: modifies the way the pre-list section headers appear: [[#pre1|pre1name]]
  • pre1link to pre8link: modifies the targets of the pre-list headers: [[pre1link|pre1]].
  • prebreak=<br>: set break-line after all pre-list headers; can include text to introduce "ABCDEF".
  • seealso=yes: enable link to the "See also" section
  • refs=yes: enable link to the "References" section (observe that it is plural)
  • notes=yes: enable link to the "Notes" section (observe that it is plural)
  • notesfirst=yes: enable link to the "Notes" section, but placed before "References"; do not use with notes (and do observe that it is plural)
  • further=yes: enable link to the "Further reading" section
  • extlinks=yes: enable link to the "External links" section
  • a= through z=: individually disable particular letters that have no entries. Use with caution and check regularly to make sure that new entries do not require the removal of these parameters. Can also be used to create range links, e.g. "X-Z". (See #Letters below for more detailed documentation of this feature.)

Letters

Any letter can be omitted (i.e. when it has no entries in the list) by specifying it as a lower-case blank parameter:  {{Compact ToC|side=yes|j=|q=}}

Contents:
A B C D E F G H I K L M N O P R S T U V W X Y Z

Or it can be replaced with an unlinked letter by using that letter (upper-case): {{Compact ToC|side=yes|j=J|q=Q}}

Contents:
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: It is often better to create an empty placeholder span (e.g. <span id="Q" /> where the letter's heading would be in the page if it existed, since in most cases it is quite possible that it will come to exist in the future. Using the span-id avoids confusing new users who might not realize the TOC-template has skipped some letters.

The letter-assignment feature can also be used to create range links:

{{Compact ToC|side=yes|x=[[#X-Z|X-Z]]|y=|z=}}

Contents:
A B C D E F G H I J K L M N O P Q R S T U V W X-Z

The feature can also be used (very tediously) for linking to sub-articles (e.g., for long lists that have been split into multiple pages):

{{Compact ToC|name=[[Articlename]]|side=yes|n=[[Articlename (N–Z)#N|N]]|o=[[Articlename (N–Z)#O|O]]|...|z=[[Articlename (N–Z)#Z|Z]]}}

Contents:
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


Or, as another example:

{{Compact ToC|side=yes|n=[[Articlename (N–Z)|&nbsp;N–Z (next page)]]|o=|p=|...|z=}}

Contents:


Listing custom-headers

The optional parameters pre1...pre8 and custom1...custom8 allow listing up to 16 other section-headers in the TOC, before or after, the "ABCDEF" list:

{{Compact ToC|name=no|center=yes|top=yes|seealso=yes|notes=yes|custom1=New section|custom2=Additional section}}

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
New section   Additional section   See also   Notes 

{{Compact ToC|name=no|center=yes|top=yes|seealso=yes|notes=yes|custom1=New section|custom1name=Custom section name|custom2=Outside page|custom2link=Main Page}}


Headers can be listed before & after "ABCDEF" using pre1 & custom1:

{{Compact ToC|center=yes|align=center|top=yes|seealso=yes
|pre1=Scope of list|pre2=Abbreviations used|prebreak=<br>
|custom1=Popular entries|custom2=Excluded entries|notes=yes}}
Contents


The separator text can be set to a mid-dot by "sep=&middot;" :

{{Compact ToC|center=yes|align=center|top=yes|seealso=yes
|pre1=Scope of list|pre2=Abbreviations used|prebreak=<br>
|custom1=Popular entries|custom2=Excluded entries|sep='''&middot;'''}}
Contents

Shorthand

  • short1 can be used as the very first parameter (before name=) for shortening a common usage:

{{Compact ToC|short1}}

Contents: 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    References 

It replaces {{Compact ToC|side=yes|center=yes|nobreak=yes|refs=yes}}

Examples

{{Compact ToC|top=yes}}

Contents
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

{{Compact ToC|side=yes|sym=yes|num=yes|refs=yes|seealso=yes|custom1=Other}}

Contents:
!$@ 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
Other   References 

{{Compact ToC|name=Directory|top=no|refs=yes|notes=yes|extlinks=yes}}

Directory
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
  References   Notes   External links

{{Compact ToC|name=no|side=yes|right=yes|symnum=yes|seealso=yes}}

!–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
  See also 


{{Compact ToC|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|further=yes|extlinks=yes}}

Contents: !$@ 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    See also   Notes   References   Further reading   External links

See also