Difference between revisions of "Template:GlobalClassVar"
Jump to navigation
Jump to search
Template documentation
Joelmartin (talk | contribs) m (Text replacement - "<!--T:(.*)-->" to "") |
Joelmartin (talk | contribs) m (Text replacement - "</>" to "") |
||
Line 14: | Line 14: | ||
<table class="plainlinks" style="text-align:{{dir|{{pagelang}}|right|left}}; border:1px solid black; border-collapse:collapse" cellpadding="5"> | <table class="plainlinks" style="text-align:{{dir|{{pagelang}}|right|left}}; border:1px solid black; border-collapse:collapse" cellpadding="5"> | ||
<tr> | <tr> | ||
− | <th colspan="2" style="font-size: 120%; padding: 0.5em; text-align:center; background-color:#ccf"> [[<tvar|man>Special:MyLanguage/Manual:Global object variables | + | <th colspan="2" style="font-size: 120%; padding: 0.5em; text-align:center; background-color:#ccf"> [[<tvar|man>Special:MyLanguage/Manual:Global object variables|Global object]]: {{BASEPAGENAME}}</th> |
</tr><tr> | </tr><tr> | ||
<td colspan="2" style="text-align:center; margin:0.3em">{{#if: {{{summary|}}} | {{{summary|}}} | ''Please edit this page to enter a summary.''}}</td> | <td colspan="2" style="text-align:center; margin:0.3em">{{#if: {{{summary|}}} | {{{summary|}}} | ''Please edit this page to enter a summary.''}}</td> |
Latest revision as of 15:58, 21 December 2019

[[<tvar|man>Special:MyLanguage/Manual:Global object variables|Global object]]: GlobalClassVar | |
---|---|
Summary | |
Class: | Unspecified |
Located in: |
Copy and paste template
- Basic usage
{{GlobalClassVar |name = |summary = |class = |source = }}
- All parameters
{{GlobalClassVar |name = |summary = |params = |class = |source = |deprecated = |removed = }}
Usage notes
- name
- The name of the global class variable.
- summary
- A short description of the object(s) stored in the variable.
- params
- Parameters that need to be passed to the constructor to create the object
- class
- The class that the object stored in this variabled in an instance
- source
- The script(s) where the class(es) can be found.
- deprecated
- The version in which the variable was deprecated
- removed
- The version in which the variable was removed