Jump to content

Template:Labviewconfigurationkey: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>== {{{keyname}}} ==
<includeonly>== {{{keyname}}} ==
{{ #if:{{{example|{{{example|}}} }}} | '''Example:''' {{{example|Undefined}}}<br />}}
{{ #if:{{{example|{{{example|}}} }}} | '''Example:''' {{{example}}}<br />}}
{{ #if:{{{description|{{{description|}}} }}} | '''Description:''' {{{description|Undefined}}}<br />}}
{{ #if:{{{description|{{{description|}}} }}} | '''Description:''' {{{description}}}<br />}}
{{ #if:{{{datatype|{{{datatype|}}} }}} | '''Datatype:'''
{{ #if:{{{datatype|{{{datatype|}}} }}} | '''Datatype:'''
{{
{{
Line 12: Line 12:
<br />
<br />
}}
}}
{{ #if:{{{permitted values|{{{permitted values|}}} }}} | '''Permitted Values:''' {{{permitted values|Undefined}}}<br />}}
{{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | '''Permitted Values:''' {{{permitted_values}}}<br />}}
{{ #if:{{{default|{{{default|}}} }}} | '''Default Value:''' {{{default|Undefined}}}<br />}}
{{ #if:{{{default|{{{default|}}} }}} | '''Default Value:''' {{{default}}}<br />}}
{{ #if:{{{LV|{{{LV|}}} }}} | '''LabVIEW Versions:'''  
{{ #if:{{{LV|{{{LV|}}} }}} | '''LabVIEW Versions:'''  
{{
{{
Line 27: Line 27:
{{
{{
#switch: {{{OS}}}
#switch: {{{OS}}}
  | m = 6.x
  | m = [[Image:logo.Mac.png]]
  | w = 7.x
  | w = [[Image:logo.Windows.png]]
  | l = 8.x
  | l = [[Image:logo.Linux.png]]
  | u = 8.x
  | u = [[Image:logo.Sun.png]]
  | #default = Undefined
  | #default = Undefined
}}
}}
<br />
<br />
}}
}}
{{ #if:{{{notes|{{{notes|}}} }}} | '''Notes:''' {{{notes|None}}}<br />}}</includeonly>
{{ #if:{{{notes|{{{notes|}}} }}} | '''Notes:''' {{{notes}}}<br />}}</includeonly>
 
[[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:log
 
<noinclude>
<noinclude>
== Usage Example ==
== Usage Example ==

Revision as of 06:12, 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