TagCloud
Overview
The TagCloud standard function builds a cloud of links of tags from a single seed tag. The size of each link is based on the number of references to the tag. The seed is used to find associated tags by examining the usage of tags on pages.
Prototype
##TagCloud(string [pageTag], integer {Top})
Parameters
- Name: pageTag [Required]
- Type: string
- Description: The seed tag to find associated tags for.
- Name: Top {Optional}
- Type: integer
- Default: 1000
- Description: The maximum number of tags to associate.
Examples
##TagCloud("Help", 100)See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related