Template:Toc: Difference between revisions

From KBwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:toc.gif|link={{FULLPAGENAME}}#contents]]
[[Image:{{{2|toc.gif}}}|link={{FULLPAGENAME}}#{{{3|contents}}}]]
[[{{FULLPAGENAME}}#contents|{{{1|Table of Contents}}}]]
[[{{FULLPAGENAME}}#{{{3|contents}}}|{{{1|Table of contents}}}]]
<noinclude>
<noinclude>
==Usage==
==Usage==
Line 9: Line 9:
__TOC__
__TOC__
</pre>
</pre>
at the top of the page. The template takes a single argument, called <code>msg</code>, which
at the top of the page. The template takes three
defaults to "Table of Contents".
[http://www.mediawiki.org/wiki/Help:Templates#Anonymous_parameters parameters]: the message,
the icon and the destination label. The defaults are:
 
1='''Table of Contents''', 2='''toc.gif''', 3='''contents'''
[[Category:Template|Toc]]
[[Category:Template|Toc]]
</noinclude>
</noinclude>

Latest revision as of 11:24, 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 three parameters: the message, the icon and the destination label. The defaults are:

1=Table of Contents, 2=toc.gif, 3=contents