Jump to content

Template:Labviewconfigurationkey: Difference between revisions

From LabVIEW Wiki
No edit summary
m Use {{Documentation}} instead of {{template doc}}
 
(82 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Example: {{{example}}}<br />
<includeonly>== {{{keyname}}} ==
Description: {{{description}}}<br />
{| class="wikitable"
Datatype: {{
! scope="row" style="text-align: right;" | Example
#switch: {{{datatype}}}
| <code>{{ #if:{{{example|{{{example|}}} }}} | {{{example}}} }}</code>
| b = Boolean
|-
| i = Integer
! scope="row" style="text-align: right;" | Description
| s = String}}
| {{ #if:{{{description|{{{description|}}} }}} | {{{description}}} }}
<br />
|-
Permitted Values: {{{permitted values}}}<br />
! scope="row" style="text-align: right;" | Datatype
Default Value: {{{default}}}<br />
| {{ #if:{{{datatype|{{{datatype|}}} }}} | {{ #switch: {{{datatype}}} | b = [[Boolean]] | i = [[Integer]] | s = [[String]] | p = [[Path]] | h = [[Integer HEX]] | f = [[Float]] | #default = {{{datatype}}} }} }}
LabVIEW Versions: {{{LV}}}<br />
|-
OS's Supported: {{{OS}}}<br />
! scope="row" style="text-align: right;" | Permitted Values
Notes: {{{notes}}}<br />
| {{ #if:{{{permitted_values|{{{permitted_values|}}} }}} | {{{permitted_values}}} }}
 
|-
<noinclude>
! scope="row" style="text-align: right;" | Default Value
== Usage Example ==
| {{ #if:{{{default|{{{default|}}} }}} | {{{default}}} }}
 
|-
<pre><nowiki>
! scope="row" style="text-align: right;" | LabVIEW Versions
{{inikey
|
|example=
{{ #if:{{{LV1|{{{LV1|}}} }}} |  {{ #switch: {{{LV1}}} | 3 = 3.x | 4 = 4.x | 5 = 5.x | 6 = 6.x | 7 = 7.x | 8 = 8.x | #default = {{{LV1}}} }} | [[Image:spacer.png]]}}
|description=
{{ #if:{{{LV2|{{{LV2|}}} }}} |, {{ #switch: {{{LV2}}} | 3 = 3.x | 4 = 4.x | 5 = 5.x | 6 = 6.x | 7 = 7.x | 8 = 8.x | #default = {{{LV2}}} }} | [[Image:spacer.png]]}}
|datatype=
{{ #if:{{{LV3|{{{LV3|}}} }}} |, {{ #switch: {{{LV3}}} | 3 = 3.x | 4 = 4.x | 5 = 5.x | 6 = 6.x | 7 = 7.x | 8 = 8.x | #default = {{{LV3}}} }} | [[Image:spacer.png]]}}
|permitted values=
{{ #if:{{{LV4|{{{LV4|}}} }}} |, {{ #switch: {{{LV4}}} | 3 = 3.x | 4 = 4.x | 5 = 5.x | 6 = 6.x | 7 = 7.x | 8 = 8.x | #default = {{{LV4}}} }} | [[Image:spacer.png]]}}
|default=
{{ #if:{{{LV5|{{{LV5|}}} }}} |, {{ #switch: {{{LV5}}} | 3 = 3.x | 4 = 4.x | 5 = 5.x | 6 = 6.x | 7 = 7.x | 8 = 8.x | #default = {{{LV5}}} }} | [[Image:spacer.png]]}}
|LV=
{{ #if:{{{LV6|{{{LV6|}}} }}} |, {{ #switch: {{{LV6}}} | 3 = 3.x | 4 = 4.x | 5 = 5.x | 6 = 6.x | 7 = 7.x | 8 = 8.x | #default = {{{LV6}}} }} | [[Image:spacer.png]]}}
|OS=
|-
|notes=
! scope="row" style="text-align: right;" | OS's Supported
}}
|
</nowiki></pre>
{{ #if:{{{OS1|{{{OS1|}}} }}} | {{ #switch: {{{OS1}}} | m = [[Image:logo.Mac.png]] | w = [[Image:logo.Windows.png]] | l = [[Image:logo.Linux.png]] | u = [[Image:logo.Sun.png]] | #default = [[Image:spacer.png]] }} | [[Image:spacer.png]]}}
 
{{ #if:{{{OS2|{{{OS2|}}} }}} | {{ #switch: {{{OS2}}} | m = [[Image:logo.Mac.png]] | w = [[Image:logo.Windows.png]] | l = [[Image:logo.Linux.png]] | u = [[Image:logo.Sun.png]] | #default = [[Image:spacer.png]] }} | [[Image:spacer.png]]}}
 
{{ #if:{{{OS3|{{{OS3|}}} }}} | {{ #switch: {{{OS3}}} | m = [[Image:logo.Mac.png]] | w = [[Image:logo.Windows.png]] | l = [[Image:logo.Linux.png]] | u = [[Image:logo.Sun.png]] | #default = [[Image:spacer.png]] }} | [[Image:spacer.png]]}}
Image:logo.Windows.pngImage:logo.Mac.pngImage:logo.Linux.pngImage:logo.Sun.png</noinclude>
{{ #if:{{{OS4|{{{OS4|}}} }}} | {{ #switch: {{{OS4}}} | m = [[Image:logo.Mac.png]] | w = [[Image:logo.Windows.png]] | l = [[Image:logo.Linux.png]] | u = [[Image:logo.Sun.png]] | #default = [[Image:spacer.png]] }} | [[Image:spacer.png]]}}
<noinclude>[[Category:Template]]</noinclude>
|-
! scope="row" style="text-align: right;" | Notes
| {{ #if:{{{notes|{{{notes|}}} }}} | {{{notes}}} }}__NOEDITSECTION__
|}</includeonly><noinclude>{{documentation}}</noinclude>

Latest revision as of 16:07, 2 August 2024