Template:VIServerLegend: Difference between revisions
Appearance
Category reorg |
m Category reorg |
||
| Line 67: | Line 67: | ||
{{VIServerLegend}} | {{VIServerLegend}} | ||
[[Category: | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:20, 8 May 2020
Usage
Use this template is for VI Server Class Hierarchy class pages. This template supports named parameters to customize contents:
| Parameter | Description | Default |
|---|---|---|
showrw
|
Specifies whether to show the "R/W - Readable/Writable" row | showrw=TRUE
|
showrte
|
Specifies whether to show the "RTE - Available in the Run-Time Engine" row | showrte=TRUE
|
Example: Show R/W and Show RTE This is for Property tables.
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
Example: Show RTE This is for Method tables.
{{VIServerLegend|showrte=TRUE}}
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
Example: Don't show either (Default)
This is for Event tables.
{{VIServerLegend}}
| Legend | |
|---|---|
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated |