Template:VIServerClass: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable" style="float:right; margin-left: 20px;" | ||
! colspan="2" | VI Server Class Information | ! colspan="2" | VI Server Class Information | ||
|- | |||
| colspan="2" style="text-align:center;" | Return to '''[[VI Server Class Hierarchy]]''' | |||
|- | |- | ||
| '''Class Name''' | | '''Class Name''' | ||
| Line 7: | Line 9: | ||
| '''Class ID''' | | '''Class ID''' | ||
| {{{1}}} | | {{{1}}} | ||
|- {{#switch: {{ | |- {{#switch: {{VIServerGetClassType|{{{1}}}}} | basic = style="background-color:#FFFFCC;" | script = style="background-color:#CCFFFF;" | private = style="background-color:#D1BB80;" | deprecated = style="background-color:#FFAAAA;"}} | ||
| '''Scope''' | | '''Scope''' | ||
| {{#switch: {{ | | {{#switch: {{VIServerGetClassType|{{{1}}}}} | basic = [[VI Server#Basic Development Environment|Basic Development Environment]] | script = [[VI Server#VI Scripting|VI Scripting]] | private = [[VI Server#Private|Private]] | deprecated = [[VI Server#Deprecated|Deprecated]]}} | ||
|- | |- | ||
| '''Class Inheritance''' | | '''Class Inheritance''' | ||
| | | | ||
{{VIServerGetAncestors|{{{1}}}}} | {{VIServerGetAncestors|{{{1}}}}} | ||
|- | |- | ||
|'''Class Children''' | |'''Class Children''' | ||
| Line 21: | Line 21: | ||
|}</includeonly> | |}</includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Use this template is | Use this template is to create the Class Information table in [[VI Server]] class pages. | ||
Syntax is as follows: | |||
<code> | |||
<nowiki> | |||
{{VIServerClass|{{{1}}}}} | |||
</nowiki> | |||
</code> | |||
where: | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 41: | ||
! Default | ! Default | ||
|- | |- | ||
| <code> | | <code>{{{1}}}</code> | ||
| | | The Class ID of a class in the [[VI Server Class Hierarchy]]. | ||
| <code></code> | | <code></code> | ||
|} | |} | ||
| Line 52: | Line 50: | ||
<code> | <code> | ||
<nowiki> | <nowiki> | ||
{{VIServerClass| | {{VIServerClass|6}} | ||
</nowiki> | </nowiki> | ||
</code> | </code> | ||
<blockquote style="float: left;"> | <blockquote style="float: left;"> | ||
{{VIServerClass|6 | {{VIServerClass|6}} | ||
</blockquote> | </blockquote> | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 04:51, 7 May 2020
Usage
Use this template is to create the Class Information table in VI Server class pages.
Syntax is as follows:
{{VIServerClass|{{{1}}}}}
where:
| Parameter | Description | Default |
|---|---|---|
{{{1}}}
|
The Class ID of a class in the VI Server Class Hierarchy. |
|
Example
{{VIServerClass|6}}
VI Server Class Information Return to VI Server Class Hierarchy Class Name Control class Class ID 6 Scope Basic Development Environment Class Inheritance Class Children