Difference between revisions of "Template:HoverTOC"

From LGPedia
Jump to: navigation, search
(Off to My Helper...)
 
(this is usable by now, and added extra control for margin)
Line 1: Line 1:
<includeonly><div id="hoverTOC" style="float: {{{align|right}}};"><div id="hoverTOCtitle">Contents</div>__TOC__</div></includeonly>
+
<includeonly><div id="hoverTOC" style="float: {{{align|right}}}; margin-{{{align|right}}}: {{{space|10}}}px;"><div id="hoverTOCtitle">Contents</div>__TOC__</div></includeonly>
<noinclude>'''THIS TEMPLATE STILL NEEDS GLOBAL CSS IN ORDER TO WORK. DO NOT USE YET.'''
+
<noinclude>This template reduces the Table of Contents to a small, right-floating block that expands if the user hovers over it. This is useful for pages with big TOCs, where the displaying of the TOC ruins the layout.
 
+
This template reduces the Table of Contents to a small, right-floating block that expands if the user hovers over it. This is useful for pages with big TOCs, where the displaying of the TOC ruins the layout.
+
 
==Usage==
 
==Usage==
<pre>{{HoverTOC}}</pre>'''align=''' can be set to either ''left'', ''right'' or ''none''. ''right'' is default.</noinclude>
+
<pre>{{HoverTOC}}</pre>'''align=''' can be set to either ''left'', ''right'' or ''none''. ''right'' is default.<br>'''space=''' can be set to control the margin on align's side (if it's left or right). It defaults to ''10''.</noinclude>

Revision as of 15:10, 21 March 2007

This template reduces the Table of Contents to a small, right-floating block that expands if the user hovers over it. This is useful for pages with big TOCs, where the displaying of the TOC ruins the layout.

Usage

{{HoverTOC}}
align= can be set to either left, right or none. right is default.
space= can be set to control the margin on align's side (if it's left or right). It defaults to 10.