Tag Cloud Macro

Last modified by Clément Desableau on 2023/02/15 17:08

tag_yellowCreates a Tag Cloud with all Tags from all the pages within the wiki
TypeXAR
Category
Developed byUnknown
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.
limityesa numberno limitSince 15.1RC1Max number of tags to display in the tag cloud

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