Jump to content

Template:VIServerLegend: Difference between revisions

From LabVIEW Wiki
Created parameters for some rows
m Category reorg
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable" style="font-size: 0.75em;"
<includeonly>{| class="wikitable" style="font-size: 0.75em;"
! colspan="2"| Legend
! colspan="2"| Legend
{{#ifeq: {{{showrw|}}}|TRUE|<tr><td>R/W</td><td>Readable/Writable {R = Read Only, W = Write Only, R/W = Read/Write}</td></tr>|}}
|-
{{#ifeq: {{{showrw|}}}|TRUE|<tr><td>R/W</td><td>Readable/Writable Permissions</td></tr>|}}
{{#ifeq: {{{showrte|}}}|TRUE|<tr><td>RTE</td><td>Available in the [[Run-Time Engine]]</td></tr>|}}
{{#ifeq: {{{showrte|}}}|TRUE|<tr><td>RTE</td><td>Available in the [[Run-Time Engine]]</td></tr>|}}
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"
Line 66: Line 67:


{{VIServerLegend}}
{{VIServerLegend}}
 
[[Category:Templates]]
</noinclude>
</noinclude>
[[Category:VI Server]]

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/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated


Example: Show RTE This is for Method tables.

{{VIServerLegend|showrte=TRUE}}

Legend
RTEAvailable 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