BlueSpiceTagCloud
-
- Last edited 6 years ago by Lsireta
-
What is TagCloud?
TagCloud can visualize a category overview graphically.
Embed TagCloud
A tag is provided to integrate the configurable TagCloud into an article. The tag must be inserted in an article of the wiki to make the function visible and usable. You can place it manually in the diting mode of the article. The tag can only be inserted in the Wikicode, not in the Visual Editor.
Tag: <bs:tagcloud></bs:tagcloud>
Parameters
The TagCloud can be configured using various parameters:
Parameter | Description |
Value |
Default |
---|---|---|---|
width | determines the width of TagCloud | number | 300 |
showcount | Shows the number how often the category is used in the wiki |
true |
false |
float | determines the orientation in the article |
left right |
left |
count |
defines the number of displayed categories |
number |
40 (all categories = -1) |
viewtype |
changes the visualization of the list |
viewtype=list viewtype=canvas3d |
simple TagCloud |
Examples
<bs:tagcloud/>
<bs:tagcloud width=800 float=right count=15/>
<bs:tagcloud viewtype=canvas3d width=600 count=10/>
<bs:tagcloud viewtype=list showcount=true count=10/>
See also
Our reference page.