Difference between revisions of "Template:Toc"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 1: | Line 1: | ||
<noinclude>Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.</noinclude> | <noinclude>Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.</noinclude> | ||
<includeonly> | <includeonly> | ||
+ | <html> | ||
<script type="text/javascript" src="http://wiki.visionaire-tracker.net/extensions/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script> | <script type="text/javascript" src="http://wiki.visionaire-tracker.net/extensions/jQuery-slimScroll-1.3.0/jquery.slimscroll.min.js"></script> | ||
<script> | <script> | ||
Line 38: | Line 39: | ||
</script> | </script> | ||
+ | </html> | ||
<div class="ftoc"><div class="ftoc_content">__TOC__</div></div> | <div class="ftoc"><div class="ftoc_content">__TOC__</div></div> | ||
</includeonly> | </includeonly> |
Revision as of 01:57, 4 November 2014
Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.