Tags (Instruction Function)
Overview
The Tags sinstruction function is used to associate tags with a page. These tags allow you to categorize and search for pages. You can specify as many tags as you like.
Prototype
##Tags(string:Infinite [pageTags])
Parameters
- Name: pageTags [Required]
- Type: string:Infinite
- Description: A list of tags to add to the page.
Examples
##Tags(These, are, the, tags, we, want, to, add)
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related