TagCloud



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.


##TagCloud (string [pageTag], integer {Top})


  • 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.



##TagCloud("Help", 100)



Function Calling Convention
Scope Function
Instruction Function
Standard Function


Wiki Help :: Table
The Table scope function allows you to create tables with rows and columns.
Wiki Help :: TagGlossary
Create a glossary from a search of specified tags.
Wiki Help :: TagList
Create a list of pages from a search of page tags.
Wiki Help :: Tags (Instruction Function)
Associate tags with a page.
Wiki Help :: Tags (Standard Function)
Display the tags associated with the page.
Wiki Help :: Template Instruction
Processing instruction indicating the page is a template.
Wiki Help :: TextGlossary
Create a glossary from a search of wiki body contens.
Wiki Help :: Title (Instruction Function)
Sets the title of the page for the browser (HTML head title).
Wiki Help :: Title (Standard Function)
Displays the title of the wiki page in title format.
Wiki Help :: TOC
Generate a table-of-contents for a page from the headings.