Wiki Help :: Wiki Help/TightWiki Logo.png

Scope Function


Overview
Scope functions are like standard functions except for they apply to a defined scope of wiki text. This scope is defined by three opening curly-brackets and terminated by three closing curly-brackets.

{{ ThisIsTheFunction (These are function parameters)
This is a scope body
}}

Example
In this example, we are calling the Alert scope function:
{{Alert(Warning, Heading text)
This is the body of the scope.
}}

Output:

Heading text

This is the body of the scope.


Functions
A B C D F J O S T 


See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function

Related
<< First  |   < Previous  |  Next >  |  Last >>

Last modified by admin @ 1/12/2023 2:46:22 PM