Warning: Use of undefined constant NS_MAIN_TALK - assumed 'NS_MAIN_TALK' (this will throw an Error in a future version of PHP) in /users/bote2/www/enWiki/LocalSettings.php on line 249
Warning: Use of undefined constant NS_MAIN_TALK - assumed 'NS_MAIN_TALK' (this will throw an Error in a future version of PHP) in /users/bote2/www/enWiki/LocalSettings.php on line 251
Warning: session_name() [function.session-name]: Cannot change session name when headers already sent in /users/bote2/www/enWiki/includes/Setup.php on line 734
Warning: ini_set() [function.ini-set]: Headers already sent. You cannot change the session module's ini settings at this time in /users/bote2/www/enWiki/includes/session/PHPSessionHandler.php on line 126
Warning: ini_set() [function.ini-set]: Headers already sent. You cannot change the session module's ini settings at this time in /users/bote2/www/enWiki/includes/session/PHPSessionHandler.php on line 127
Warning: session_cache_limiter() [function.session-cache-limiter]: Cannot change cache limiter when headers already sent in /users/bote2/www/enWiki/includes/session/PHPSessionHandler.php on line 133
Warning: session_set_save_handler() [function.session-set-save-handler]: Cannot change save handler when headers already sent in /users/bote2/www/enWiki/includes/session/PHPSessionHandler.php on line 140
Warning: Parameter 1 to SyntaxHighlight_GeSHi::onParserFirstCallInit() expected to be a reference, value given in /users/bote2/www/enWiki/includes/Hooks.php on line 195
Warning: Cannot modify header information - headers already sent by (output started at /users/bote2/www/enWiki/LocalSettings.php:249) in /users/bote2/www/enWiki/includes/Feed.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /users/bote2/www/enWiki/LocalSettings.php:249) in /users/bote2/www/enWiki/includes/WebResponse.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /users/bote2/www/enWiki/LocalSettings.php:249) in /users/bote2/www/enWiki/includes/WebResponse.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /users/bote2/www/enWiki/LocalSettings.php:249) in /users/bote2/www/enWiki/includes/WebResponse.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /users/bote2/www/enWiki/LocalSettings.php:249) in /users/bote2/www/enWiki/includes/WebResponse.php on line 42 http://bote2.square7.ch/en/wiki/Template:TOC_bar/doc/history?feed=atomTemplate:TOC bar/doc - Revision history2026-04-24T15:41:01ZRevision history for this page on the wikiMediaWiki 1.27.1http://bote2.square7.ch/enWiki/index.php?title=Template:TOC_bar/doc&diff=102&oldid=prevVuto: new2013-09-16T20:33:12Z<p>new</p>
<p><b>New page</b></p><div><br /><br />
The '''Toc bar''' template generates a one-line table of content.<br />
<br />
<pre><nowiki>{{TOC bar|}}</nowiki></pre><br />
<br />
<br />
== Parameters ==<br />
* Unnamed parameters 1 to 10 define the section links.<br />
* With "'''race'''" + the race number the frame and background colours can be defined automatically.<br />
* With "'''background'''" and "'''frame'''" the colours of background and frame can be defined manually.<br />
* Additionally "'''frame-px'''" changes the width of the frame.<br />
* With "'''whiteframe=off'''" the outer white frame can be deactivated.<br />
* With "'''NOTOC=off'''" NOTOC can be deactivated.<br />
<br />
<br />
== Exemplification ==<br />
==== Standard ====<br />
<pre><nowiki>{{TOC bar|section1|section2|section3}}</nowiki></pre><br />
{{TOC bar|section1|section2|section3}}<br />
<br />
<br />
==== Race colours ====<br />
<pre><nowiki>{{TOC bar|race=1|section1|section2|section3}}</nowiki></pre><br />
{{TOC bar|race=1|section1|section2|section3}}<br />
<br />
<br />
==== Manually defined ====<br />
<pre><nowiki>{{TOC bar|background=FFD39B|frame=FF4040|frame-px=3|section1|section2|section3}}</nowiki></pre><br />
{{TOC bar|background=FFD39B|frame=FF4040|frame-px=3|section1|section2|section3}}</div>Vuto