Template:MacroFunction: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 52: Line 52:
{{{examples|}}} |}}
{{{examples|}}} |}}
{{#if: {{{also|}}} |
{{#if: {{{also|}}} |
===See Also===
===See Also===
{{{also|}}} |}}
{{{also|}}} |}}
{{#if: {{{changes|}}} |
{{#if: {{{changes|}}} |
===Version Changes===
===Version Changes===
{{{changes|}}} |}}
{{{changes|}}} |}}
<includeonly>[[Category:Macro Function]]</includeonly>
<includeonly>[[Category:Macro Function]]</includeonly>

Revision as of 03:55, 12 March 2009

Template Usage

Refer to Help:Editing for more detailed documentation.

Example

{{MacroFunction
|name=exampleFunction
|proposed=true
|depreciated=[[newFunction|newFunction()]]
|trusted=true
|version=1.3b50
|compatibility=1.3b52
|description=
This is an example function.  It doesn't actually exist as a function in MapTool.

|usage=
<source lang="mtmacro" line>
exampleFunction(param1, param2)
</source>

|example=
This example doesn't really do anything.
<source lang="mtmacro" line>
[h: exampleVariable = "a,b,c"]
[r: exampleFunction(exampleVariable, reverse)]
</source>
Returns:
<source lang="mtmacro" line>
c,b,a
</source>

|also=
[[linkToRelatedArticle|Display Name of Related Article]]

|changes=
* '''1.3b52''' - Added reverse parameter.
}}

Source

{{{name}}}() Function

Usage

{{{usage}}}