Template:call
From Bohemia Interactive Community
[edit]
Syntax
{{call|=TEMPLATE|FIRST_PARAM*|SECOND_PARAM*|THIRD_PARAM*}}
* = optional
[edit]
Usage
This template calls another template given in the NULL parameter {{{}}} and passes the optional parameters 1, 2 and 3 to it.
[edit]
Example:
{{call|=my_template|1=first_param}}
This example would call the template 'my_template' and pass the param 'first_param' as first paramter {{{1}}}.

