Difference between revisions of "Template:Horizontal TOC/doc"

From DMARC Wiki
Jump to navigation Jump to search
(Usage: update)
m (20 revisions imported)
 
(17 intermediate revisions by 8 users not shown)
Line 2: Line 2:
 
<!-- Categories and interwikis go at the bottom of this page. -->
 
<!-- Categories and interwikis go at the bottom of this page. -->
  
This template lays out the table of contents in a [[WP:HLIST|horizontal list]] rather than a vertical one.
+
This template lays out the table of contents in a horizontal list rather than a vertical one.
  
 
== Usage ==
 
== Usage ==
Line 9: Line 9:
 
{{horizontal TOC}}
 
{{horizontal TOC}}
 
</pre>
 
</pre>
 +
There is no need to specify <code><nowiki>__NOTOC__</nowiki></code>: this template handles that automatically.
 +
*[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960465 See example]
 +
 +
To hide the generated heading numbers, use:
  
There is no need to specify <code><nowiki>__NOTOC__</nowiki></code>: this template handles that automatically.
+
<pre>
 +
{{horizontal TOC|nonum=yes}}
 +
</pre>
 +
*[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960502 See example]
 +
 
 +
To limit the depth of the generated headings to the first headings only, use:
 +
 
 +
<pre>
 +
{{horizontal TOC|limit=2}}
 +
</pre>
 +
*[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960535 See example]
 +
 
 +
To float the table of contents to the center of the page, use:
 +
 
 +
<pre>
 +
{{horizontal TOC|align=center}}
 +
</pre>
 +
*[https://en.wikipedia.org/w/index.php?title=Template:Horizontal_TOC/doc&oldid=653960585 See example]
  
== See also ==
+
For a country list with flag icons, see this example: [[Legality of cannabis by country]].
  
 
<includeonly>
 
<includeonly>
<!-- Categories and interwikis go here: -->
+
<!-- Categories go here -->
 
[[Category:Wikipedia table of contents templates]]
 
[[Category:Wikipedia table of contents templates]]
 
</includeonly>
 
</includeonly>

Latest revision as of 02:36, 17 July 2015

Template:Mbox

This template lays out the table of contents in a horizontal list rather than a vertical one.

Usage

{{horizontal TOC}}

There is no need to specify __NOTOC__: this template handles that automatically.

To hide the generated heading numbers, use:

{{horizontal TOC|nonum=yes}}

To limit the depth of the generated headings to the first headings only, use:

{{horizontal TOC|limit=2}}

To float the table of contents to the center of the page, use:

{{horizontal TOC|align=center}}

For a country list with flag icons, see this example: Legality of cannabis by country.