Talk:Main Page

From Tayledras
Jump to: navigation, search

"Hello World" --Ken.foreman (talk) 22:57, 9 January 2019 (UTC)

testing templates

Under Construction UNDER CONSTRUCTION:

This page is "Under Construction" and subject to frequent changes as a Draft.

this is a reason for caution CAUTION:

this is a reason for caution

this is an unreasonable warning. WARNING:

this is an unreasonable warning.

this is a note. NOTE:

this is a note.

--Tayledras (talk) 21:17, 30 January 2019 (UTC)

testing syntax highlighting

1 def quickSort(arr):
2 	less = []
3 	pivotList = []
4 	more = []
5 	if len(arr) <= 1:
6 		return arr
7 	else:
8 		pass

--Tayledras (talk) 21:29, 30 January 2019 (UTC)

Floating Table of Contents

   <div style="position:fixed;top:100;right:0">__TOC__</div>

Floating "Back to Top" Button

<div id="BackToTop"  class="noprint" style="background-color:#DDEFDD; position:fixed;
 bottom:32px; left:2%; z-index:9999; padding:0; margin:0;"><span style="color:blue;
 font-size:8pt; font-face:verdana,sans-serif;  border:0.2em outset #ceebf7;
 padding:0.1em; font-weight:bolder; -moz-border-radius:8px; ">
[[#top| Back to the Top ]]</span></div>