Changes
Template:GlobalClassVar/ja (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|グローバル オブジェクト]]: {{BASEPAGENAME}}</th>
</tr><tr>
<td colspan="2" style="text-align:center; margin:0.3em">{{#if: {{{summary|}}} | {{{summary|}}} | ''ここを編集して要約を入力してください。''}}</td>
</tr>
{{#if:{{{params|}}}|
<tr>
<td valign="top">'''パラメーター:'''</td>
<td>{{{params}}}</td>
</tr>
}}
{{#if:{{{deprecated|}}}|
<tr>
<td valign="top">'''廃止予定になった時点のバージョン:'''</td>
<td>{{{deprecated}}}</td>
</tr>
}}
{{#if:{{{removed|}}}|
<tr>
<td valign="top">'''除去された時点のバージョン:'''</td>
<td>{{{removed}}}</td>
</tr>
}}
<tr>
<td style="padding:0.3em">'''クラス:'''</td><td>{{#if: {{{class|}}}|{{class doclink|{{{class}}}}}|未指定}}</td>
</tr><tr>
<td style="padding:0.3em">'''場所:'''</td><td>{{{source|未指定}}}</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 =
}}
== コピー&ペースト用テンプレート ==
; 基礎的な使用法
<pre>
{{GlobalClassVar
|name =
|summary =
|class =
|source =
}}
</pre>
; すべてのパラメーター
<pre>
{{GlobalClassVar
|name =
|summary =
|params =
|class =
|source =
|deprecated =
|removed =
}}
</pre>
== 使用法の注記 ==
;name
: グローバル クラス変数の名前。
;summary
: 変数に格納されているオブジェクトについての短い説明。
;params
: オブジェクトを作成するためにコンストラクターに渡す必要があるパラメーター
;class
: The class that the object stored in this variabled in an instance
;source
: クラスが記述されているスクリプト。
;deprecated
: 変数が廃止予定になったバージョン
;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|グローバル オブジェクト]]: {{BASEPAGENAME}}</th>
</tr><tr>
<td colspan="2" style="text-align:center; margin:0.3em">{{#if: {{{summary|}}} | {{{summary|}}} | ''ここを編集して要約を入力してください。''}}</td>
</tr>
{{#if:{{{params|}}}|
<tr>
<td valign="top">'''パラメーター:'''</td>
<td>{{{params}}}</td>
</tr>
}}
{{#if:{{{deprecated|}}}|
<tr>
<td valign="top">'''廃止予定になった時点のバージョン:'''</td>
<td>{{{deprecated}}}</td>
</tr>
}}
{{#if:{{{removed|}}}|
<tr>
<td valign="top">'''除去された時点のバージョン:'''</td>
<td>{{{removed}}}</td>
</tr>
}}
<tr>
<td style="padding:0.3em">'''クラス:'''</td><td>{{#if: {{{class|}}}|{{class doclink|{{{class}}}}}|未指定}}</td>
</tr><tr>
<td style="padding:0.3em">'''場所:'''</td><td>{{{source|未指定}}}</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 =
}}
== コピー&ペースト用テンプレート ==
; 基礎的な使用法
<pre>
{{GlobalClassVar
|name =
|summary =
|class =
|source =
}}
</pre>
; すべてのパラメーター
<pre>
{{GlobalClassVar
|name =
|summary =
|params =
|class =
|source =
|deprecated =
|removed =
}}
</pre>
== 使用法の注記 ==
;name
: グローバル クラス変数の名前。
;summary
: 変数に格納されているオブジェクトについての短い説明。
;params
: オブジェクトを作成するためにコンストラクターに渡す必要があるパラメーター
;class
: The class that the object stored in this variabled in an instance
;source
: クラスが記述されているスクリプト。
;deprecated
: 変数が廃止予定になったバージョン
;removed
: 変数が除去されたバージョン
}}
[[Category:Info templates{{#translation:}}|{{PAGENAME}}]]
[[Category:Categorizing templates{{#translation:}}|{{PAGENAME}}]]
</noinclude>