Get
The Get standard function retrieves the value of a previously defined wiki page variable. This is useful when you want to control parts of the page from a single location in the markup.
##Get (string [key])
- Name: key [Required]
- Type: string
- Description: The name of the variable to retrieve the value of.
##Set(MyVariable, Green)
##Get(MyVariable)
##Color(##Get(MyVariable), This is some text)You can also set and get variables by using shorthand, which is actually preferred for cleanliness.
Set variable:
${variableName = This is the variable value}
Get variable:
${variableName}Set
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Wiki Help :: TagCloud
Create a tag cloud from a seed tag.
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.