Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 1: | Line 1: | ||
− | <script> | + | <noinclude>Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.</noinclude> |
+ | <includeonly> | ||
+ | <script type="text/javascript"> | ||
$(".ftoc").hover(function() { | $(".ftoc").hover(function() { | ||
$(this).animate{ left : '0px' }, 1000); | $(this).animate{ left : '0px' }, 1000); | ||
Line 6: | Line 8: | ||
}); | }); | ||
</script> | </script> | ||
− | + | ||
− | + | <div class="ftoc">__TOC__</div> | |
+ | </includeonly> |
Revision as of 22:02, 20 August 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.