Template:Toc: Difference between revisions

From KBwiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
__TOC__
__TOC__
</pre>
</pre>
at the top of the page.
at the top of the page. The template takes a single argument, called <code>msg</code>.
[[Category:Template|Toc]]
[[Category:Template|Toc]]
</noinclude>
</noinclude>

Revision as of 10:41, 10 February 2011

Toc.gif Table of Contents

Usage

Inserts a link icon to the current page's table of contents. The position to jump to should be defined by something like

<div id="contents"></div>
__TOC__

at the top of the page. The template takes a single argument, called msg.