Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Tag Cloud - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Wiki source code of Tag Cloud

Last modified by superadmin on 2024/11/04 17:33

Show last authors
1 {{velocity}}
2 ##
3 ## Tag cloud.
4 ##
5 ## @param tagCloudSpace - the space to display the tag cloud for. If blank, display cloud for the whole wiki. Default is blank.
6 ##
7 #if($tagCloudSpace && "$!tagCloudSpace" != "")
8 {{tagcloud space="$tagCloudSpace"/}}
9 #else
10 {{tagcloud/}}
11 #end
12 {{/velocity}}