Jump to content

Template:Labviewconfigurationkey: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 3: Line 3:
{{ #if:{{{description|{{{description|}}} }}} | '''Description:''' {{{description}}}<br />}}
{{ #if:{{{description|{{{description|}}} }}} | '''Description:''' {{{description}}}<br />}}
{{ #if:{{{datatype|{{{datatype|}}} }}} | '''Datatype:'''
{{ #if:{{{datatype|{{{datatype|}}} }}} | '''Datatype:'''
{{
{{ #switch: {{{datatype}}}
#switch: {{{datatype}}}
  | b = Boolean
  | b = Boolean
  | i = Integer
  | i = Integer
Line 14: Line 13:
{{ #if:{{{default|{{{default|}}} }}} | '''Default Value:''' {{{default}}}<br />}}
{{ #if:{{{default|{{{default|}}} }}} | '''Default Value:''' {{{default}}}<br />}}
{{ #if:{{{LV|{{{LV|}}} }}} | '''LabVIEW Versions:'''  
{{ #if:{{{LV|{{{LV|}}} }}} | '''LabVIEW Versions:'''  
{{
{{ #switch: {{{LV}}}
#switch: {{{LV}}}
  | 6 = 6.x
  | 6 = 6.x
  | 7 = 7.x
  | 7 = 7.x
Line 23: Line 21:
}}
}}
{{ #if:{{{OS|{{{OS|}}} }}} | '''OS's Supported:'''  
{{ #if:{{{OS|{{{OS|}}} }}} | '''OS's Supported:'''  
{{
{{ #switch: {{{OS}}}
#switch: {{{OS}}}
  | m = [[Image:logo.Mac.png]]
  | m = [[Image:logo.Mac.png]]
  | w = [[Image:logo.Windows.png]]
  | w = [[Image:logo.Windows.png]]

Revision as of 06:19, 9 May 2007


Usage Example

{{inikey
|keyname=
|example=
|description=
|datatype=
|permitted values=
|default=
|LV=
|OS=
|notes=
}}


Image:logo.Windows.pngImage:logo.Mac.pngImage:logo.Linux.pngImage:logo.Sun.png