This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Tocright

From Heroes Wiki
Jump to navigation Jump to search

Usage

{{tocright
  |<!--OPTIONAL width of TOC-->
  |limit=<!--OPTIONAL Highest level heading to include in TOC-->
}}

Forces TOC and floats it on right. TOC will appear at the location the template is inserted, so it should be used before the first heading.

If the first argument/parameter is specified, it will be applied to width of the TOC (i.e. use {{tocright|170px}} for a TOC that is only 170 pixels wide).

If |limit= is specified, only headings of the specified level or greater will be included in the TOC. For example, |limit=2 will include only level two headings (==Heading==), while |limit=3 will include level three headings (===Heading===) as well as level two headings, and so on.