Difference between revisions of "Template:TagCloud"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "<noinclude></noinclude><includeonly><html> <div id="myCanvasContainer" > <canvas width="300" height="400" id="myCanvas" style='float:left'> <p>In Internet Explorer versions...")
 
Line 1: Line 1:
<noinclude></noinclude><includeonly><html>
+
<noinclude>This is the tagCloud template</noinclude><includeonly><html>
 
<div id="myCanvasContainer" >
 
<div id="myCanvasContainer" >
 
  <canvas width="300" height="400" id="myCanvas" style='float:left'>
 
  <canvas width="300" height="400" id="myCanvas" style='float:left'>
Line 8: Line 8:
 
   window.onload = function() {
 
   window.onload = function() {
 
     try {
 
     try {
       TagCanvas.textColour = '#0000ff';
+
       TagCanvas.textColour   = '#0000ff';
 
       TagCanvas.outlineColour = '#ff8000'
 
       TagCanvas.outlineColour = '#ff8000'
 
       TagCanvas.Start('myCanvas','tags');
 
       TagCanvas.Start('myCanvas','tags');

Revision as of 10:10, 27 September 2017

This is the tagCloud template