General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
TagCloud
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Tags
»
Tag Cloud
Wiki source code of
Tag Cloud
Last modified by
Administrator
on 2012/03/21 17:40
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
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}}