BlueSpiceTagCloud
-
- Last edited 5 years ago by Florian Bäckmann
-
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 | determins the width of the TagCloud; can be enterd in pixels or percent | pixels of percent | 100% |
showcount | displays how often a category is used in the wiki |
true |
true |
count |
defines how many categories are shown |
number |
40 (show all categories = -1) |
renderer |
changes the visualisation of the TagCloud list = show an unordered list canvas3d = 3D display text = results are shown side by side |
list canvas3d text |
test |
store | defines the data source
category = displays categories searchstats = displays search results (only if BlueSpiceExtendedSearch is installed) |
category
searchstats |
category |
minsize | minimal font size | number | |
maxsize | maximal font size | number |
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.