Template:Labviewconfigurationkey: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>== {{{keyname}}} == | <includeonly>== {{{keyname}}} == | ||
{{ #if:{{{example|{{{example|}}} }}} | '''Example:''' {{{example | {{ #if:{{{example|{{{example|}}} }}} | '''Example:''' {{{example}}}<br />}} | ||
{{ #if:{{{description|{{{description|}}} }}} | '''Description:''' {{{description | {{ #if:{{{description|{{{description|}}} }}} | '''Description:''' {{{description}}}<br />}} | ||
{{ #if:{{{datatype|{{{datatype|}}} }}} | '''Datatype:''' | {{ #if:{{{datatype|{{{datatype|}}} }}} | '''Datatype:''' | ||
{{ | {{ | ||
| Line 12: | Line 12: | ||
<br /> | <br /> | ||
}} | }} | ||
{{ #if:{{{ | {{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | '''Permitted Values:''' {{{permitted_values}}}<br />}} | ||
{{ #if:{{{default|{{{default|}}} }}} | '''Default Value:''' {{{default | {{ #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 = | | m = [[Image:logo.Mac.png]] | ||
| w = | | w = [[Image:logo.Windows.png]] | ||
| l = | | l = [[Image:logo.Linux.png]] | ||
| u = | | u = [[Image:logo.Sun.png]] | ||
| #default = Undefined | | #default = Undefined | ||
}} | }} | ||
<br /> | <br /> | ||
}} | }} | ||
{{ #if:{{{notes|{{{notes|}}} }}} | '''Notes:''' {{{notes | {{ #if:{{{notes|{{{notes|}}} }}} | '''Notes:''' {{{notes}}}<br />}}</includeonly> | ||
<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