Template:TOC top
Jump to navigation
Jump to search
This template is used on approximately 89,000 pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please consider discussing changes on the talk page before implementing them. |
This is used to create custom table of contents templates such as {{list TOC}}. It replaces and suppresses the ToC that the wiki software would automatically generate.
Usage[edit source]
Please note that this is solely for ease of maintaining existing templates. Please do not use this to write new templates: instead, browse through Category:Starfleet Logistics table of contents templates and use an existing template. This code is one of the final pieces in cleaning up years of redundant and overlapping code in this area.
Parameters (optional)[edit source]
- title
- The title to use for this ToC element. The default is Contents.
- align
- Sets the CSS float and clear properties, which forces this float underneath the side specified with this attribute. So,
align=right
will place the element after all the right floating elements before it. Options areleft
,right
,center
, ornone
(default).
- clear
- Overrides the default CSS clear property set by the align parameter, which is not typically needed. Options are
left
,right
,both
, ornone
. The defaults areleft
when|align=left
,right
when|align=right
,none
when|align=center
, andleft
when|align=none
. Use|clear=none
to allow other floating elements to float next to the table of contents, and|clear=both
to force the table of contents to have nothing next to it.
- primary
- Set this to
false
if this ToC is not used as the primary ToC of a page. This makes sure that the title of this ToC does not show up in the primary ToC. A side effect of this is the disappearing of the show/hide toggle.
See also[edit source]
- {{TOC bottom}}
External links[edit source]
- Template:TOC top at Wikipedia, the free Terran-based encyclopedia that anyone can edit.
The above documentation is transcluded from Template:TOC top/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |