Template:Compact ToC/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(new features)
(update)
Line 18: Line 18:
'''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'''


<code><nowiki>{{</nowiki>'''CompactTOC8'''|side=yes|center=yes|right=|nobreak=yes|top=yes|num=yes|sym=yes|symnum=|seealso=yes|refs=yes|notes=yes|extlinks=yes<nowiki>}}</nowiki></code>
<code><nowiki>{{</nowiki>'''CompactTOC8'''|name=Contents|side=yes|center=yes|right=|nobreak=yes|top=yes|num=yes|sym=yes|symnum=|custom1=|custom2=|custom3=|seealso=yes|notesfirst=|refs=yes|notes=yes|extlinks=yes<nowiki>}}</nowiki></code>


''or''
''or''
  <nowiki>{{</nowiki>'''CompactTOC8'''
  <nowiki>{{</nowiki>'''CompactTOC8'''
|name=Contents
  |side=yes
  |side=yes
  |center=yes
  |center=yes
Line 38: Line 39:
  |notes=yes
  |notes=yes
  |extlinks=yes
  |extlinks=yes
|a=<nowiki>[[#A|A]]</nowiki>
...
|z=<nowiki>[[#Z|Z]]</nowiki>
  }}</code>
  }}</code>


===Parameters===
===Parameters===
*<code>name=Contents</code> &mdash; 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> &mdash; 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> &mdash; center to ToC in the horizontal middle of the page, instead of floated left
Line 49: Line 54:
*<code>num=yes</code> &mdash; enable the "0–9" link for numeric entries section (note that it is "–", the en-dash, not "-", the hyphen-minus at upper right of most keyboards)
*<code>num=yes</code> &mdash; enable the "0–9" link for numeric entries section (note that it is "–", the en-dash, not "-", the hyphen-minus at upper right of most keyboards)
*<code>symnum=yes</code> &mdash; enable the "!–9" link for combined symbolic and numeric entries section (note that it is "–" not "-", and that the preceding two options are mutually exclusive with this one)
*<code>symnum=yes</code> &mdash; enable the "!–9" link for combined symbolic and numeric entries section (note that it is "–" not "-", and that the preceding two options are mutually exclusive with this one)
*<code>custom1</code>, <code>custom2</code> and <code>custom3</code> &mdash; Add up to 3 extra "custom" sections at the end of the list.
*<code>custom1</code>, <code>custom2</code> and <code>custom3</code> &mdash; add up to 3 extra "custom" sections at the end of the list (alternatively <code>Sec1, Sec2, Sec3</code>)
*<code>seealso=yes</code> &mdash; enable link to the "See also" section
*<code>seealso=yes</code> &mdash; enable link to the "See also" section
*<code>refs=yes</code> &mdash; enable link to the "References" section (note that it is plural)
*<code>refs=yes</code> &mdash; enable link to the "References" section (note that it is plural)
*<code>notes=yes</code> &mdash; enable link to the "Notes" section (note that it is plural)
*<code>notes=yes</code> &mdash; enable link to the "Notes" section (note that it is plural)
*<code>notesfirst=yes</code> &mdash; enable link to the "Notes" section, but placed before "References". '''''Do not''' with <code>notes</code>'' (note 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>'' (note that it is plural)
*<code>extlinks=yes</code> &mdash; enable link to the "External links" section
*<code>extlinks=yes</code> &mdash; enable link to the "External links" section


Line 59: Line 64:
Any letter can be deleted by adding it as a '''lowercase''' blank parameter, or replaced with an unlinked letter by using that letter:
Any letter can be deleted by adding it as a '''lowercase''' blank parameter, or replaced with an unlinked letter by using that letter:
{{tlx|CompactTOC8|side&#61;yes|j&#61;|q&#61;}}
{{tlx|CompactTOC8|side&#61;yes|j&#61;|q&#61;}}
{{CompactTOC8|side=yes|j=|q=}}
{{CompactTOC8|side=yes|j=|q=}}


{{tlx|CompactTOC8|side&#61;yes|j&#61;J|q&#61;Q}}
{{tlx|CompactTOC8|side&#61;yes|j&#61;J|q&#61;Q}}


{{CompactTOC8|side=yes|j=J|q=Q}}
{{CompactTOC8|side=yes|j=J|q=Q}}
====Shorthand====
For quicker referencing common usage, <code>short1</code> can be entered as the first parameter (before <code>name=</code>):
{{tlx|CompactTOC8|short1}}
{{CompactTOC8|short1}}


===Examples===
===Examples===
Line 73: Line 83:




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




{{tlx|CompactTOC8|side&#61;yes|sym&#61;yes|num&#61;yes|refs&#61;yes|seealso&#61;yes|sec1&#61;Other}}
{{CompactTOC8|side=yes|sym=yes|num=yes|refs=yes|Sec1=Other}}


{{tlx|CompactTOC8|side&#61;yes|sym&#61;yes|num&#61;yes|refs&#61;yes}}
{{CompactTOC8|side=yes|sym=yes|num=yes|refs=yes}}




{{tlx|CompactTOC8|name&#61;Directory|top&#61;no|refs&#61;yes|notes&#61;yes|extlinks&#61;yes}}
{{CompactTOC8|name=Directory|top=no|refs=yes|notes=yes|extlinks=yes}}


{{tlx|CompactTOC8|top&#61;no|refs&#61;yes|notes&#61;yes|extlinks&#61;yes}}
{{CompactTOC8|top=no|refs=yes|notes=yes|extlinks=yes}}




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


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




<code><nowiki>{{</nowiki>'''CompactTOC8'''<nowiki>|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|extlinks=yes}}</nowiki></code>
{{CompactTOC8|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|extlinks=yes}}


<code><nowiki>{{</nowiki>'''CompactTOC8'''<nowiki>|side=yes|center=yes|nobreak=yes|top=yes|num=yes|sym=yes|seealso=yes|refs=yes|notes=yes|extlinks=yes}}</nowiki></code>
{{CompactTOC8|side=yes|center=yes|nobreak=yes|top=yes|num=yes|sym=yes|seealso=yes|refs=yes|notes=yes|extlinks=yes}}


<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 19:30, 9 September 2007

Template:Intricate template

Purpose

This Table of Contents replacement for alphabetical lists provides all the features of Template:CompactTOC7, plus ones from Template:CompactTOC2, etc. that #7 doesn't have (the "Top" "0-9" sections, optionally), and allows you to select what other sections you want. Even the centering is optional, and you can have the "Contents" heading on the top (default) or the side.

Usage

Typical:

{{CompactTOC8|symnum=yes}}


For alphabetical only (no number or symbol entries):

{{CompactTOC8}}


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

{{CompactTOC8|name=Contents|side=yes|center=yes|right=|nobreak=yes|top=yes|num=yes|sym=yes|symnum=|custom1=|custom2=|custom3=|seealso=yes|notesfirst=|refs=yes|notes=yes|extlinks=yes}}

or

{{CompactTOC8
|name=Contents
|side=yes
|center=yes
|right=
|nobreak=yes
|top=yes
|num=yes
|sym=yes
|symnum=
|custom1=
|custom2=
|custom3=
|seealso=yes
|notesfirst=
|refs=yes
|notes=yes
|extlinks=yes
|a=[[#A|A]]
...
|z=[[#Z|Z]]
}}

Parameters

  • name=Contents — 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)
  • 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 at the bottom (or middle, theoretically) of the page, as a secondary ToC (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 (note that it is "–", the en-dash, not "-", the hyphen-minus at upper right of most keyboards)
  • symnum=yes — enable the "!–9" link for combined symbolic and numeric entries section (note that it is "–" not "-", and that the preceding two options are mutually exclusive with this one)
  • custom1, custom2 and custom3 — add up to 3 extra "custom" sections at the end of the list (alternatively Sec1, Sec2, Sec3)
  • seealso=yes — enable link to the "See also" section
  • refs=yes — enable link to the "References" section (note that it is plural)
  • notes=yes — enable link to the "Notes" section (note that it is plural)
  • notesfirst=yes — enable link to the "Notes" section, but placed before "References"; do not use with notes (note that it is plural)
  • extlinks=yes — enable link to the "External links" section

Letters

Any letter can be deleted by adding it as a lowercase blank parameter, or replaced with an unlinked letter by using that letter: {{CompactTOC8|side=yes|j=|q=}} Template:CompactTOC8

{{CompactTOC8|side=yes|j=J|q=Q}}

Template:CompactTOC8

Shorthand

For quicker referencing common usage, short1 can be entered as the first parameter (before name=): {{CompactTOC8|short1}}

Template:CompactTOC8


Examples

{{CompactTOC8|top=yes}} Template:CompactTOC8


{{CompactTOC8|name=no|center=yes|top=yes|custom1=New section|custom2=Additional section}} Template:CompactTOC8


{{CompactTOC8|side=yes|sym=yes|num=yes|refs=yes|seealso=yes|sec1=Other}} Template:CompactTOC8


{{CompactTOC8|name=Directory|top=no|refs=yes|notes=yes|extlinks=yes}} Template:CompactTOC8


{{CompactTOC8|name=no|side=yes|right=yes|symnum=yes|seealso=yes}} Template:CompactTOC8


{{CompactTOC8|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|extlinks=yes}} Template:CompactTOC8