Template:Tocright: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
mNo edit summary
 
Line 2: Line 2:


;Usage
;Usage
:<code>clear =</code> ''Optional'' CSS 'clear' setting for the outer float container. Default is 'right'.
* clear - ''Optional'' CSS 'clear' setting for the outer float container. Default is 'right'.
:<code>width =</code> ''Optional'' outer box width (especially good for crazy long section names). Default is 'inherit'.
* width - ''Optional'' outer box width (especially good for crazy long section names). Default is 'inherit'.


;Example
;Examples
:<code><nowiki>{{tocright}}</nowiki></code> - floats TOC to right side and clears right  
<nowiki>{{tocright}}</nowiki> - floats TOC to right side and clears right  
:<code><nowiki>{{tocright|width=30%}}</nowiki></code> - floats TOC to right side, clears right, and restricts TOC max-width to 30% of content width


<nowiki>{{tocright|width=30%}}</nowiki> - floats TOC to right side, clears right, and restricts TOC max-width to 30% of content width


[[Category:General wiki templates|{{PAGENAME}}]][[ru:Шаблон:СодержаниеСправа]]
 
[[Category:General wiki templates|{{PAGENAME}}]]
----
----



Latest revision as of 02:10, 16 December 2020

Causes the page Table of Contents, TOC, to be positioned to the right on wiki pages. Use this at, or near, the top of a page to position the TOC to the right. See also {{toc}}.

Usage
  • clear - Optional CSS 'clear' setting for the outer float container. Default is 'right'.
  • width - Optional outer box width (especially good for crazy long section names). Default is 'inherit'.
Examples

{{tocright}} - floats TOC to right side and clears right

{{tocright|width=30%}} - floats TOC to right side, clears right, and restricts TOC max-width to 30% of content width


Template