Template:GlobalClassVar

From RobotX
Revision as of 04:10, 21 December 2019 by Joelmartin (talk | contribs) (Text replacement - "<translate>" to "")
Jump to navigation Jump to search


Template documentation


Copy and paste template

</translate>

Basic usage</translate>
{{GlobalClassVar
|name = 
|summary = 
|class = 
|source = 
}}
All parameters</translate>
{{GlobalClassVar
|name = 
|summary = 
|params = 
|class = 
|source = 
|deprecated =
|removed =
}}


Usage notes

</translate>

name
The name of the global class variable.</translate>
summary
A short description of the object(s) stored in the variable.</translate>
params
Parameters that need to be passed to the constructor to create the object</translate>
class
The class that the object stored in this variabled in an instance</translate>
source
The script(s) where the class(es) can be found.</translate>
deprecated
The version in which the variable was deprecated</translate>
removed
The version in which the variable was removed</translate>