Preload/Command – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Protected "Template:Command/preload": High traffic page ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
m (Update to 2.16)
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>{{Command|=
<includeonly>{{RV|type=command
____________________________________________________________________________________________


| GAME |= Game
|game1= arma3
|version1= 2.16


|GAMEVERSION|= Game Version (number surrounded by NO SPACES)
|branch= dev


|arg= MPARGUMENTS |= Multiplayer Arguments
|arg= <!-- local or global -->


|eff= MPEFFECTS |= Multiplayer Effects
|eff= <!-- local or global -->
____________________________________________________________________________________________


| DESCRIPTION |= Description
|serverExec= <!-- server or empty -->
____________________________________________________________________________________________


| SYNTAX |= Syntax
|gr1= Command Group


|p1= PARAMETER1 |= Parameter 1
|descr= Description


|p2= PARAMETER2 |= Parameter 2
|mp= MP behaviour


|p3= PARAMETER3 |= Parameter 3
|pr= Known problems


|p4= PARAMETER4 |= Parameter 4
|s1= [[{{subst:PAGENAMEE}}]]


|p5= PARAMETER5 |= Parameter 5
|p1= argumentName: [[Type]] - (Optional, default [[defaultValue]]) description


|p6= PARAMETER6 |= Parameter 6
|p2= target: [[Object]] - (Optional, default [[objNull]]) the command's target


|p7= PARAMETER7 |= Parameter 7
|p3= <!-- ↓ to delete if unused ↓ -->


|p8= PARAMETER8 |= Parameter 8
|p4=  


|p9= PARAMETER9 |= Parameter 9
|p5=  


|p10= PARAMETER10 |= Parameter 10
|r1= [[Type]] - description


|p11= PARAMETER11 |= Parameter 11
|s2=  


|p12= PARAMETER12 |= Parameter 12
|p21=  


| RETURNVALUE |= Return Value
|p22=  


|p23=


<!-- START alternative syntax (optional) -->
|p24=


|s2= ALT_SYNTAX |= Alternative Syntax
|p25=  


|p21= ALT_PARAMETER1 |= Alternative Parameter 1
|r2=  


|p22= ALT_PARAMETER2 |= Alternative Parameter 2
|x1= <sqf></sqf>


|p23= ALT_PARAMETER3 |= Alternative Parameter 3
|x2= <sqf></sqf>


|p24= ALT_PARAMETER4 |= Alternative Parameter 4
|x3= <sqf></sqf>


|p25= ALT_PARAMETER5 |= Alternative Parameter 5
|x4= <sqf></sqf>


|p26= ALT_PARAMETER6 |= Alternative Parameter 6
|x5= <sqf></sqf>


|p27= ALT_PARAMETER7 |= Alternative Parameter 7
|seealso= [[seeAlso1]] [[seeAlso2]]
}}</includeonly><noinclude>Preload command template page.


|p28= ALT_PARAMETER8 |= Alternative Parameter 8
== See Also ==
* {{Template|RV}}


|p29= ALT_PARAMETER9 |= Alternative Parameter 9
[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>
 
|p30= ALT_PARAMETER10 |= Alternative Parameter 10
 
|p31= ALT_PARAMETER11 |= Alternative Parameter 11
 
|p32= ALT_PARAMETER12 |= Alternative Parameter 12
 
|r2= ALT_RETURNVALUE |= Alternative Return Value
 
<!-- END alternative syntax (optional) -->
 
 
|mp= MPBEHAVIOUR |= Multiplayer Behaviour
____________________________________________________________________________________________
 
|x1= EXAMPLE1 |= Example 1
____________________________________________________________________________________________
 
|x2= EXAMPLE2 |= Example 2
____________________________________________________________________________________________
 
|x3= EXAMPLE3 |= Example 3
____________________________________________________________________________________________
 
|x4= EXAMPLE4 |= Example 4
____________________________________________________________________________________________
 
|x5= EXAMPLE5 |= Example 5
____________________________________________________________________________________________
 
|x6= EXAMPLE6 |= Example 6
____________________________________________________________________________________________
 
| SEEALSO |= See Also
 
}}
 
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- For example:
<dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
<dt class="note">'''[[User:User Name|User Name]]'''</dt>
<dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
-->
<!-- END Note Section -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
<!-- Appropriate categories go here -->
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
 
</includeonly>

Latest revision as of 17:34, 27 November 2023

Preload command template page.

See Also