Title (Instruction Function)
Overview
Sets the title of the page for the browser (HTML head title).
Prototype
##Title(string [pageTitle])
Parameters
- Name: pageTitle [Required]
- Type: string
- Description: The text to display as the title of the page.
Examples
##Title(My Wiki Site)
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related