Tag Cloud Macro
Last modified by Clément Desableau on 2024/07/05 14:31
Creates a Tag Cloud with all Tags from all the pages within the wiki |
Type | XAR |
Category | |
Developed by | Unknown |
Rating | |
License | GNU Lesser General Public License 2.1 |
Bundled With | XWiki Standard |
Table of contents
Description
Usage
Embed the following line on a xwiki 2.0 syntax page.
{{tagcloud /}}
Parameter definition
Name | Optional | Allowed values | Default value | Description |
---|---|---|---|---|
space | yes | a string | none | The space to display the tag cloud for. If missing, the tags in the whole wiki will be displayed. |
spaces | yes | a string delimited by commas | none | Spaces 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. |
limit | yes | a number | no limit | Max number of tags to display in the tag cloud |
Example
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"/}}