Jump to content

Template:LabVIEW Palette Object Information: Difference between revisions

From LabVIEW Wiki
Adding Palette and Style IDs to Object information table
Change "Subpalette" to "Palette" and redirect to the corresponding page and category
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable" style="float: right; margin-left: 20px;"
! colspan="2" | Object information
! colspan="2" | Object information
|-  
|-  
! style="text-align: right;" | Owning palette
! style="text-align: right;" | Owning palette(s)
| {{#if:{{{palette|}}}|[[{{{palette}}}]]|Unknown}}
| {{#if:{{{palette|}}}|[[{{{palette}}}]]|Unknown}} {{#if:{{{palette2|}}}|  {{!}} [[{{{palette2}}}]]|}}{{#if:{{{palette3|}}}| {{!}} [[{{{palette3}}}]]|}}
|-
|-
! style="text-align: right;" | Type
! style="text-align: right;" | Type
| {{#switch: {{lc:{{{type|vi}}}}} | function = style="background-color: #FFFFCC;" | structure = style="background-color: #FFFFFF;" | palette = style="background-color: #FFFFFF;" | constant = style="background-color: #C8C8C8;" | vim = style="background-color: #FFCC99;" | vi = style="background-color: #FFFFFF;" | control = style="background-color: #FFFFFF;"}} | [[{{#switch: {{lc:{{{type|vi}}}}} | function = Function | structure = Structure | palette = Subpalette | constant = Constant | vim = Malleable VI | vi = VI | control = Control}}]] <includeonly>{{#ifeq:{{{category}}}|no||[[Category:{{#switch: {{lc:{{{type|vi}}}}} | function = Function | structure = Structure | palette = Subpalette | constant = Constant | vim = Malleable VI | vi = VI | control = Control}}]]}}</includeonly>
| {{#switch: {{lc:{{{type|vi}}}}} | function = style="background-color: #FFFFCC;" | structure = style="background-color: #FFFFFF;" | palette = style="background-color: #FFFFFF;" | constant = style="background-color: #C8C8C8;" | vim = style="background-color: #FFCC99;" | vi = style="background-color: #FFFFFF;" | control = style="background-color: #FFFFFF;" | expressvi = style="background-color: #CCE8FF;" | node = style="background-color: #FFFFFF;"}} | [[{{#switch: {{lc:{{{type|vi}}}}} | function = Function | structure = Structure | palette = Palette | constant = Constant | vim = Malleable VI | vi = VI | control = Control | expressvi = Express VI | node = Node}}]] <includeonly>{{#ifeq:{{{category}}}|no||[[Category:{{#switch: {{lc:{{{type|vi}}}}} | function = Functions | structure = Structures | palette = Palettes | constant = Constants | vim = Malleable VIs | vi = VIs | control = Controls | expressvi = Express VIs | node = Nodes}}]]}}</includeonly>
|-
|-
! style="text-align: right;" | Requires
! style="text-align: right;" | Requires
| [[{{#switch: {{lc:{{{requires|base}}}}} | base = Basic Development Environment | script = VI Scripting}}]]
| [[{{#switch: {{lc:{{{requires|base}}}}} | base = Basic Development Environment | script = VI Scripting | mathscript = MathScript RT Module | #default = {{{requires|}}}}}]] {{#if:{{{icon|}}}|<tr>
{{#if:{{{paletteID|}}} | !-  style="text-align: right;" {{!}} Palette ID
! style="text-align: right;" {{!}} Icon
{{!}} {{{paletteID}}} |}}{{#if:{{{styleID|}}} | !style="text-align: right;" {{!}} Style ID
{{!}}[[File:{{{icon}}}]]</tr>|}}
{{!}} {{{styleID}}} |}}|}<noinclude>
|}<noinclude>
{{template doc}}
{{template doc}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 08:01, 26 August 2024

Object information
Owning palette(s) Unknown
Type VI
Requires Basic Development Environment
[view] [edit] Template documentation

Usage

Examples

{{LabVIEW Palette Object Information|type=function|requires=base}}

Object information
Owning palette(s) Unknown
Type Function
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=function|requires=script}}

Object information
Owning palette(s) Unknown
Type Function
Requires VI Scripting

{{LabVIEW Palette Object Information|type=structure|requires=base}}

Object information
Owning palette(s) Unknown
Type Structure
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=palette|requires=base}}

Object information
Owning palette(s) Unknown
Type Palette
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=constant|requires=base}}

Object information
Owning palette(s) Unknown
Type Constant
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=vim|requires=base}}

Object information
Owning palette(s) Unknown
Type Malleable VI
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=vi|requires=base}}

Object information
Owning palette(s) Unknown
Type VI
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=control|requires=base}}

Object information
Owning palette(s) Unknown
Type Control
Requires Basic Development Environment

{{LabVIEW Palette Object Information|type=node|requires=base}}

Object information
Owning palette(s) Unknown
Type Node
Requires Basic Development Environment