Difference between revisions of "Template:TagCloud"

From BITPlan Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
</pre>
 
</pre>
 
<source lang='bash'>
 
<source lang='bash'>
style="background:#FCFCFC;width:100%;height:200%"
+
style="background:#FCFCFC;width:100%;height:300vh"
 
</source>
 
</source>
 
== Links ==
 
== Links ==
 
* http://www.goat1000.com/tagcanvas.php
 
* http://www.goat1000.com/tagcanvas.php
 
+
[[Category:Template]]
 
</noinclude><includeonly><html>
 
</noinclude><includeonly><html>
<div class="row">
+
<div class="row"><div id="myCanvasContainer" class="col-md-12">
<div id="myCanvasContainer" class="col-md-12">
+
  <canvas id="myCanvas" width="1000vw" height="500vh" style="background:#FDFDFD">
  <canvas id="myCanvas">
 
 
   <p>In Internet Explorer versions up to 8, things inside the canvas are inaccessible!</p>
 
   <p>In Internet Explorer versions up to 8, things inside the canvas are inaccessible!</p>
 
  </canvas>
 
  </canvas>

Latest revision as of 11:46, 31 December 2018

This is the tagCloud template

Usage

<div id='tags'>
* Sport
* Spiel
* Spaß
* Spannung
</div>
{{TagCloud}}
style="background:#FCFCFC;width:100%;height:300vh"

Links