Difference between revisions of "Manual:Extension/BlueSpiceTagCloud"

[unchecked revision][unchecked revision]
(Created page with "__HIDETITLE__ <bs:bookshelf src="Book:User manual" /> __TOC__ ==What is TagCloud?== '''TagCloud''' can visualize a category overview graphically. ==Embed TagCloud== A tag...")
 

What is TagCloud?[edit | edit source]

TagCloud can visualize a category overview graphically.

Embed TagCloud[edit | edit source]

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[edit | edit source]

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

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[edit | edit source]

<bs:tagcloud/>

Screenshot: Example for TagCloud with default settings, unconfigured



<bs:tagcloud width=800 float=right count=15/>

Screenshot: Example for TagCloud, right-aligned, 15 hits



<bs:tagcloud viewtype=canvas3d width=600 count=10/>

Screenshot: Example for TagCloud, View 3D, 10 hits, Rotating standard view



<bs:tagcloud viewtype=list showcount=true count=10/>

Screenshot: Example for TagCloud, view Liste

See also[edit | edit source]

Our reference page.


Attachments

Discussions