Tag Cloud Macro

Version 28.1 by Vincent Massol on 2021/03/17 18:41

tag_yellowCreates a Tag Cloud with all Tags from all the pages within the wiki
TypeXAR
Category
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1
Bundled With

XWiki Standard

Description

Usage

Embed the following line on a xwiki 2.0 syntax page.

{{tagcloud /}}

Parameter definition

NameOptionalAllowed valuesDefault valueDescription
spaceyesa stringnoneThe space to display the tag cloud for. If missing, the tags in the whole wiki will be displayed.
spacesyesa string  delimited by commasnoneSince 6.4RC1Spaces to display the tag cloud for. Spaces name must be separate by "," character and "'" (i.e.: spaces="'My Space','Space2'"). Space and spaces can not be used in the same time.

Example

tagcloudmacro.png

The space parameter can be used to list all tags inside a specific page (including children).
The result should include tags from pages such as Sandbox.MyTest.A.WebHome or Sandbox.MyTest.A.B.WebHome.

{{tagcloud space="Sandbox.MyTest"/}}

TagWithSpace.png

SpaceParameter.png

Get Connected