You are viewing an old version of this page. Return to the latest version.
[unchecked revision] | [unchecked revision] |
(→See also) |
/tmp/bshtmldiff/helpdesk_en-hw_/5583.html (Datei oder Verzeichnis nicht gefunden)
__HIDETITLE__ <bs:bookshelf src="Book:User manual" /> __TOC__ ==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: <code><nowiki><bs:tagcloud></bs:tagcloud></nowiki></code> ==Parameters== The TagCloud can be configured using various parameters: {| class="contenttable" style="width: 869px; height: 202px;" border="0" |- !|'''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<br /> 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== <code><nowiki><bs:tagcloud/></nowiki></code> [[File:TagCloud_en.PNG|thumb|none|500px|Screenshot: Example for TagCloud with default settings, unconfigured]] <br/><br/><code><nowiki><bs:tagcloud width=800 float=right count=15/></nowiki></code> [[File:TagCloud_2_en.PNG|thumb|none|500px|Screenshot: Example for TagCloud, right-aligned, 15 hits]] <br/><br/><code><nowiki><bs:tagcloud viewtype=canvas3d width=600 count=10/></nowiki></code> [[File:TagCloud_3D_en.PNG|thumb|none|500px|Screenshot: Example for TagCloud, View 3D, 10 hits, Rotating standard view]] <br/><br/><code><nowiki><bs:tagcloud viewtype=list showcount=true count=10/></nowiki></code> [[File:TagCloud_list_en.PNG|thumb|none|500px|Screenshot: Example for TagCloud, view Liste]] ==See also== Our [[TagCloud|reference page]].
Line 1: | Line 1: | ||
− | |||
<bs:bookshelf src="Book:User manual" /> | <bs:bookshelf src="Book:User manual" /> | ||