Template:MacroFunction: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
=={{{name}}}() Function==
=={{{name}}}() Function==
{{#ifeq: {{{trusted|}}} | true | {{TrustedFunction}} |}}
{{#ifeq: {{{trusted|}}} | true | {{TrustedFunction}} |}}
{{#if: {{{version|}}} | * '''Introduced in version {{{version|}}}.''' |}}
{{#if: {{{version|}}} | <div>* '''Introduced in version {{{version|}}}.'''</div> |}}
{{#if: {{{compatibility|}}} | * '''Last checked for compatibility with version {{{compatibility|}}}.''' |}}
{{#if: {{{compatibility|}}} | <div>* '''Last checked for compatibility with version {{{compatibility|}}}.'''</div> |}}{{{description|}}}
{{{description|}}}
===Usage===
===Usage===
{{{usage}}}
{{{usage}}}

Revision as of 04:53, 7 March 2009

{{{name}}}() Function

Usage

{{{usage}}}



Template Usage

Example

All parameters are optional, except |name= and |usage=. You can use |example= or |examples= depending on the number of examples you intend to supply.

{{MacroFunction
|name=NameOfMacro
|trusted=true
|version=X.Y
|compatibility=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>

|example=
This example doesn't really do anything.
<source lang="mtmacro" line>
[h: NameOfMacro()]
</source>

|changes=
In version X.N this function also didn't exist.
}}