You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
Template:CompactTOC: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
|}__NOTOC__ | |}__NOTOC__ | ||
<noinclude> | <noinclude>{{Template | ||
|Name=CompactTOC | |||
|Type=Navigation | |||
|Type2=Formatting | |||
|Type3= | |||
|Sub=No | |||
|Designer=Somestrangeflea | |||
|Designer2=Max | |||
|Designer3= | |||
|Notes= | |||
}} | |||
==Usage== | ==Usage== | ||
Line 115: | Line 126: | ||
{{CompactTOC|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|extlinks=yes}} | {{CompactTOC|short1|num=yes|sym=yes|seealso=yes|notesfirst=yes|extlinks=yes}} | ||
[[Category: Templates]] | [[Category: Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 21:55, 21 November 2014
Contents |
---|
|
Usage
Typical:
{{CompactTOC|symnum=yes}}
For alphabetical only (no number or symbol entries):
{{CompactTOC}}
For maximum number of features and centered placement (leave off a parameter or change it to blank or "no" to disable a feature
{{CompactTOC|name=Contents|side=yes|center=yes|right=|align=center|nobreak=yes|top=yes|num=yes|sym=yes|symnum=|custom1=|custom2=|custom3=|seealso=yes|notesfirst=|refs=yes|notes=yes|extlinks=yes}}
or
{{CompactTOC |name= |side=yes |center=yes |right= |align=center |nobreak=yes |top=yes |num=yes |sym=yes |symnum= |custom1= |custom2= |custom3= |seealso=yes |notesfirst= |refs=yes |notes=yes |extlinks=yes |a= ... |z= }}
Parameters
name=
— change the heading to an alternative name instead of "Contents", or hide it completely by enteringname=no
side=yes
— put the "Contents" heading on the left side with a colon, instead of the top without onecenter=yes
— center to ToC in the horizontal middle of the page, instead of floated leftright=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; usecenter
,right
orleft
nobreak=yes
— no linebreak between the A-B-C-etc. stuff and the See also/References/etc. stuff (note: does not affect the heading; useside=
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 sectionnum=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
andcustom3
— add up to 3 extra "custom" sections at the end of the list (alternativelySec1, Sec2, Sec3
)seealso=yes
— enable link to the "See also" sectionrefs=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 withnotes
(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: {{CompactTOC|side=yes|j=|q=}}
Contents: |
---|
{{CompactTOC|side=yes|j=J|q=Q}}
Contents: |
---|
With a little more work, one can create range links:
{{CompactTOC|side=yes|x=[[#X-Z|X-Z]]|y=|z=}} (or x=|y=|z=[[#X-Z|X-Z]]
etc.)
Contents: |
---|
Shorthand
For quicker referencing common usage, short1
can be entered as the first parameter (before name=
):
{{CompactTOC|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 |
---|
Examples
{{CompactTOC|top=yes}}
Contents |
---|
{{CompactTOC|name=no|center=yes|top=yes|custom1=New section|...}}
{{CompactTOC|side=yes|sym=yes|num=yes|refs=yes|...}}
Contents: |
---|
{{CompactTOC|name=Directory|top=no|refs=yes|notes=yes|...}}
Directory |
---|
{{CompactTOC|name=no|side=yes|right=yes|symnum=yes|...}}
{{CompactTOC|short1|num=yes|sym=yes|seealso=yes|notesfirst=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 External links |
---|