Snippet
Overview
The Snippet standard function retrieves and inlines the value of a previously defined snippet variable.
Prototype
##Snippet(string [name)
Parameters
- Name: name [Required]
- Type: string
- Description: The name of the snipper variable to retrieve.
Examples
{{ DefineSnippet(MyBlock)
This is the content of the snippet variable.
}}
##Snippet(MyBlock)
##Snippet(MyBlock)
##Snippet(MyBlock)
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
DefineSnippet
Get
Set
Related
- DefineSnippet - Sets a snippet variable to a block of wiki markup.