TOC – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Template creation)
 
m (Add arguments)
Line 14: Line 14:


== Usage ==
== Usage ==
{{<nowiki/>TOC|'''''mode'''''|'''''limit'''''}}
{{<nowiki/>TOC|'''''mode'''''|'''''size'''''|'''''limit'''''|'''''levels'''''}}
* mode: (Optional, default "normal" - case-insensitive) one of:
* mode: (Optional, default "normal" - case-insensitive) one of:
** abc - a horizontal A..Z table of content (more of an ''index'')
** abc - a horizontal A..Z TOC (more of an ''index'')
** horizontal - a horizontal table of content, where full titles are kept
** horizontal - a horizontal TOC, where full titles are kept
** normal - the normal table of content - can be placed at the wanted position with this
** normal - the normal TOC - can be placed at the wanted position with this
** none - no table of content on the page (similar to <tt>__NOTOC__</tt>)
** none - no TOC on the page (similar to <tt>__NOTOC__</tt>)
** side - sets the table of content to the right
** side - sets the TOC to the right
* size: (Optional, default 1) size in em (e.g <tt>.9</tt> for 90%)
* size: (Optional, default 1) size in em (e.g <tt>.9</tt> for 90%)
* limit: (Optional, default empty) sub-level limit (e.g <tt>2</tt>
* limit: (Optional, default empty) sub-level limit (e.g <tt>2</tt>

Revision as of 00:44, 29 December 2020

Only one TOC (Table of Contents) is possible per page, with the exception of the abc one.

Usage

{{TOC|mode|size|limit|levels}}

  • mode: (Optional, default "normal" - case-insensitive) one of:
    • abc - a horizontal A..Z TOC (more of an index)
    • horizontal - a horizontal TOC, where full titles are kept
    • normal - the normal TOC - can be placed at the wanted position with this
    • none - no TOC on the page (similar to )
    • side - sets the TOC to the right
  • size: (Optional, default 1) size in em (e.g .9 for 90%)
  • limit: (Optional, default empty) sub-level limit (e.g 2
  • levels: (Optional, default empty) wanted sub-levels (e.g 2 4