Changes
Jump to navigation
Jump to search
Template:GlobalClassVar/de (view source)
Revision as of 04:57, 25 November 2018
, 04:57, 25 November 2018Updating to match new version of source page
<noinclude>
<languages />
</noinclude><includeonly>
{{#switch:
| =
{{#ifeq:{{{templatemode|}}}|nocats|
|[[Category:Global object variables{{#translation:}}|{{{name|{{BASEPAGENAME}}<!-- -->}}}]]
}}
{{#if: {{{removed|}}}
| {{Removed|{{{removed}}} |name = {{{name|{{BASEPAGENAME}}}}} }}
| {{#if: {{{deprecated|}}} | {{Deprecated|{{{deprecated}}} |name = {{{name|{{BASEPAGENAME}}}}} }} }}
}}
<center>
<table class="plainlinks" style="text-align:{{dir|{{pagelang}}|right|left}}; border:1px solid black; border-collapse:collapse" cellpadding="5">
<tr>
<th colspan="2" style="font-size: 120%; padding: 0.5em; text-align:center; background-color:#ccf">[[Special:MyLanguage/Manual:Global object variables|Global object]]: {{BASEPAGENAME}}</th>
</tr><tr>
<td colspan="2" style="text-align:center; margin:0.3em">{{#if: {{{summary|}}} | {{{summary|}}} | ''Please edit this page to enter a summary.''}}</td>
</tr>
{{#if:{{{params|}}}|
<tr>
<td valign="top">'''Parameter:'''</td>
<td>{{{params}}}</td>
</tr>
}}
{{#if:{{{deprecated|}}}|
<tr>
<td valign="top">'''Deprecated in:'''</td>
<td>{{{deprecated}}}</td>
</tr>
}}
{{#if:{{{removed|}}}|
<tr>
<td valign="top">'''Removed in:'''</td>
<td>{{{removed}}}</td>
</tr>
}}
<tr>
<td style="padding:0.3em">'''Class:'''</td><td>{{#if: {{{class|}}}|{{class doclink|{{{class}}}}}|Unspecified}}</td>
</tr><tr>
<td style="padding:0.3em">'''Located in:'''</td><td>{{{source|Unspecified}}}</td>
</tr>
</table>
</center>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:GlobalClassVar|noshift=1}}
}}</includeonly><noinclude>
{{Documentation|content=
{{GlobalClassVar|templatemode=nocats
|name = foo
|summary = Summary
|class =
|source =
}}
== Copy and paste template ==
; Basic usage
<pre>
{{GlobalClassVar
|name =
|summary =
|class =
|source =
}}
</pre>
; All parameters
<pre>
{{GlobalClassVar
|name =
|summary =
|params =
|class =
|source =
|deprecated =
|removed =
}}
</pre>
== 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
}}
[[Category:Info templates{{#translation:}}|{{PAGENAME}}]]
[[Category:Categorizing templates{{#translation:}}|{{PAGENAME}}]]
</noinclude>
<languages />
</noinclude><includeonly>
{{#switch:
| =
{{#ifeq:{{{templatemode|}}}|nocats|
|[[Category:Global object variables{{#translation:}}|{{{name|{{BASEPAGENAME}}<!-- -->}}}]]
}}
{{#if: {{{removed|}}}
| {{Removed|{{{removed}}} |name = {{{name|{{BASEPAGENAME}}}}} }}
| {{#if: {{{deprecated|}}} | {{Deprecated|{{{deprecated}}} |name = {{{name|{{BASEPAGENAME}}}}} }} }}
}}
<center>
<table class="plainlinks" style="text-align:{{dir|{{pagelang}}|right|left}}; border:1px solid black; border-collapse:collapse" cellpadding="5">
<tr>
<th colspan="2" style="font-size: 120%; padding: 0.5em; text-align:center; background-color:#ccf">[[Special:MyLanguage/Manual:Global object variables|Global object]]: {{BASEPAGENAME}}</th>
</tr><tr>
<td colspan="2" style="text-align:center; margin:0.3em">{{#if: {{{summary|}}} | {{{summary|}}} | ''Please edit this page to enter a summary.''}}</td>
</tr>
{{#if:{{{params|}}}|
<tr>
<td valign="top">'''Parameter:'''</td>
<td>{{{params}}}</td>
</tr>
}}
{{#if:{{{deprecated|}}}|
<tr>
<td valign="top">'''Deprecated in:'''</td>
<td>{{{deprecated}}}</td>
</tr>
}}
{{#if:{{{removed|}}}|
<tr>
<td valign="top">'''Removed in:'''</td>
<td>{{{removed}}}</td>
</tr>
}}
<tr>
<td style="padding:0.3em">'''Class:'''</td><td>{{#if: {{{class|}}}|{{class doclink|{{{class}}}}}|Unspecified}}</td>
</tr><tr>
<td style="padding:0.3em">'''Located in:'''</td><td>{{{source|Unspecified}}}</td>
</tr>
</table>
</center>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:GlobalClassVar|noshift=1}}
}}</includeonly><noinclude>
{{Documentation|content=
{{GlobalClassVar|templatemode=nocats
|name = foo
|summary = Summary
|class =
|source =
}}
== Copy and paste template ==
; Basic usage
<pre>
{{GlobalClassVar
|name =
|summary =
|class =
|source =
}}
</pre>
; All parameters
<pre>
{{GlobalClassVar
|name =
|summary =
|params =
|class =
|source =
|deprecated =
|removed =
}}
</pre>
== 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
}}
[[Category:Info templates{{#translation:}}|{{PAGENAME}}]]
[[Category:Categorizing templates{{#translation:}}|{{PAGENAME}}]]
</noinclude>