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


Examples
##TagCloud("Help", 100)


See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function

Related