From Fedora Project Wiki

mNo edit summary
(Wrap the ToC in div tags rather than a table, and document its parameters)
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="clear: {{{clear|right}}}; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: {{{1|auto}}};" class="toclimit-{{#expr: 1 + {{{show|11}}} }} {{{num|}}}"
<div {{#if:{{{show|{{{num|}}}}}}|class="toclimit-{{#expr:1 + {{{show|{{{num|6}}}}}}}}"}} style="clear: {{{clear|right}}}; float: {{{align|right}}}; margin: 0.25em 0.25em 0.5em 2em; width: {{{width|{{{1|auto}}}}}};">__TOC__</div><noinclude>
|__TOC__
{{Documentation|content=The <big>[[Template:TOCright|&lbrace;&lbrace;TOCright&rbrace;&rbrace;]]</big> template can be used to position a page's Table of Contents box on its right margin, allowing the text content to wrap around it rather than start beneath it.
|}


<noinclude>
== Usage ==
Enter '''<code><nowiki>{{TOCright}}</nowiki></code>''' on the page where you want the top of the table of contents box to appear.


== Introduction ==
=== Parameters ===
{{{!}} class="wikitable"
! Name !! Description
{{!}}-
! style="text-align: center; width: 7em;" {{!}} <code>&verbar;align=</code>
{{!}} Supplies a value to the [https://www.w3schools.com/css/css_float.asp <code>float:</code> CSS property]; can be one of: <code>left</code>, <code>right</code> (default), <code>none</code> or <code>inherit</code>.
{{!}}-
! style="text-align: center; width: 7em;" {{!}} <code>&verbar;clear=</code>
{{!}} Supplies a value to the [https://www.w3schools.com/css/css_float_clear.asp <code>clear:</code> CSS property]; can be one of: <code>left</code>, <code>right</code> (default), <code>both</code>, <code>none</code> or <code>inherit</code>.
{{!}}-
! style="text-align: center; width: 7em;" {{!}} <code>&verbar;num=</code><br /><code>&verbar;show=</code>
{{!}} Sets the maximum depth of the table of contents, i.e. the deepest heading level (number of equality symbols surrounding the heading) that will be shown; accepts integer values between 2 and 6, inclusive.
{{!}}-
! style="text-align: center; width: 7em;" {{!}} <code>&verbar;width=</code><br /><code>&verbar;1=</code>
{{!}} Defines the width of the ToC box; accepts any [https://www.w3schools.com/cssref/css_units.php valid CSS length unit] value, defaults to <code>auto</code>. Can also be supplied as the sole unnamed parameter, as in <code><nowiki>{{TOCright|12.5vw}}</nowiki></code>.
{{!}}}


This template can be used to wrap page text around a right-side table of contents box.
=== Examples ===
* <code><nowiki>{{TOCright|align=right|clear=both|show=4|width=20%}}</nowiki></code>
* <code><nowiki>{{TOCright|24em|num=3}}</nowiki></code>


==Common usage==
== See also ==
* <code><nowiki>{{TOCright}}</nowiki></code> - Entered on the page where you want the top of the table of contents box to appear.
* &lbrace;&lbrace;[[Template:TOClimit|TOClimit]]&rbrace;&rbrace;
</noinclude>
 
 
[[Category:Content templates]]}}</noinclude>

Revision as of 00:41, 19 July 2024

Template documentation

The {{TOCright}} template can be used to position a page's Table of Contents box on its right margin, allowing the text content to wrap around it rather than start beneath it.

Usage

Enter {{TOCright}} on the page where you want the top of the table of contents box to appear.

Parameters

Name Description
|align= Supplies a value to the float: CSS property; can be one of: left, right (default), none or inherit.
|clear= Supplies a value to the clear: CSS property; can be one of: left, right (default), both, none or inherit.
|num=
|show=
Sets the maximum depth of the table of contents, i.e. the deepest heading level (number of equality symbols surrounding the heading) that will be shown; accepts integer values between 2 and 6, inclusive.
|width=
|1=
Defines the width of the ToC box; accepts any valid CSS length unit value, defaults to auto. Can also be supplied as the sole unnamed parameter, as in {{TOCright|12.5vw}}.

Examples

  • {{TOCright|align=right|clear=both|show=4|width=20%}}
  • {{TOCright|24em|num=3}}

See also