Template:MacroFunction
Function {{{name}}}
Usage
{{{usage}}}
Template Usage
Example
{{MacroFunction |name=NameOfMacro |version=X.Y |description= NameOfMacro is an example of a macro function. It doesn't actually exist as a function in MapTool. |usage= <source lang="mtmacro" line> [h: NameOfMacro()] </source> |examples= This example doesn't really do anything. <source lang="mtmacro" line> [h: NameOfMacro()] </source> |versionChanges= In version X.N this function also didn't exist. }}
Results
Function NameOfMacro
Introduced in version X.Y (optional).
NameOfMacro is an example of a macro function. It doesn't actually exist as a function in MapTool.
Usage
[h: NameOfMacro()]
Examples
This example doesn't really do anything.
[h: NameOfMacro()]
Version Changes
In version X.N this function also didn't exist.