Difference between revisions of "Template:TOC right/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
m
m (not sure what that error was for... remember kids, use the "Show Preview" function. Dx)
Line 3: Line 3:
 
:Use it only when needed.
 
:Use it only when needed.
 
;Syntax
 
;Syntax
:Type <code>{{Template:Tocright}}</code>
+
:Type <code><nowiki>{{Template:Tocright}}</nowiki></code>
  
 
===Parameters (optional)===
 
===Parameters (optional)===

Revision as of 02:25, 19 March 2016

Description
This template will float the article's table of contents to the right. It will also force a ToC when/where it would not normally be found.
Use it only when needed.
Syntax
Type {{Template:Tocright}}

Parameters (optional)

clear
Sets the CSS clear property, which forces this float underneath the side specified with this attribute. So, clear=left (which is the default) will place the element after all the left floating elements before it. Options are left, right, both, or none.
width
Set the CSS width.
limit
Limits the depth of subheadings shown. For instance using limit=4 will hide the fourth level and deeper subheadings in the hierarchy. And limit=2 will hide all subheadings leaving only the main headings. This is implemented as a CSS class in the MediaWiki:Common.css.