Jump to content

Template:LabVIEW Version: Difference between revisions

From LabVIEW Wiki
Add template for LabVIEW versions
 
m Move documentation to subpage
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="float:right; padding:0px; width:270px;"
<includeonly>{| style="float:right; padding:0px; width:270px;"
| style="text-align: center; font-size: 24px; background-color:#FFD500;" | '''{{{version|LabVIEW ????}}}'''
| style="text-align: center; font-size: 24px; background-color:#FFD500;" | '''{{{version|LabVIEW ????}}}'''
|-
|-
| style="background-color:#EDF5F9; text-align: center;" | [[{{{logo|File:LVNXG.png}}}|frameless|256x256px]]
| style="background-color:#EDF5F9; text-align: center; padding: 10px;" | [[{{{logo|File:LVNXG.png}}}|frameless|256x256px]]
|-
|-
| style="text-align: center; font-size: 18px; background-color:#FFD500;" | '''Release Date(s)'''
| style="text-align: center; font-size: 18px; background-color:#FFD500;" | '''Release Date(s)'''
Line 9: Line 9:
* {{{release|Unknown}}}
* {{{release|Unknown}}}
{{#if:{{{release_sp1|}}}|* }}{{{release_sp1|}}}
{{#if:{{{release_sp1|}}}|* }}{{{release_sp1|}}}
{{#if:{{{release_sp2|}}}|* }}{{{release_sp2|}}}
{{#if:{{{release_sp3|}}}|* }}{{{release_sp3|}}}
{{#if:{{{release_sp4|}}}|* }}{{{release_sp4|}}}
|-
|-
| style="text-align: center; font-size: 18px; background-color:#FFD500;" | '''Key Features and Changes'''
| style="text-align: center; font-size: 18px; background-color:#FFD500;" | '''Key Features and Changes'''
Line 18: Line 21:
{{#if:{{{change_3|}}}|* }}{{{change_3|}}}
{{#if:{{{change_3|}}}|* }}{{{change_3|}}}
{{#if:{{{change_4|}}}|* }}{{{change_4|}}}
{{#if:{{{change_4|}}}|* }}{{{change_4|}}}
|}
{{#if:{{{change_5|}}}|* }}{{{change_5|}}}
<noinclude>
{{#if:{{{change_6|}}}|* }}{{{change_6|}}}
== Usage ==
{{#if:{{{change_7|}}}|* }}{{{change_7|}}}
 
{{#if:{{{change_8|}}}|* }}{{{change_8|}}}
Use this template is for [[LabVIEW Versions]]. This template supports named parameters to customize contents:
{{#if:{{{change_9|}}}|* }}{{{change_9|}}}
 
|}</includeonly>
{| class="wikitable"
<noinclude>{{documentation}}</noinclude>
! Parameter
! Description
! Default
|-
| <code>version</code>
| Specifies the version including program name
| <code>LabVIEW ????</code>
|-
| <code>logo</code>
| Specifies the logo for the specified version
| <code>File:LVNXG.png</code>
|-
| <code>release</code>
| Specifies the date of first release
| <code>Unknown</code>
|-
| <code>release_sp1</code>
| Specifies the date of SP1 release
| <code></code>
|-
| <code>change_0..4</code>
| Specifies the major changes (currently up to 5x) for this version
| <code>Unknown</code>
|-
|}
 
'''Example'''
 
<code>
<nowiki>
{{LabVIEW Version|version=LabVIEW 2019|logo=File:LV2019.png|release=May 2019|change_0=Sets and Maps data types}}
</nowiki>
</code>
 
<blockquote style="float: left;">
{{LabVIEW Version|version=LabVIEW 2019|logo=File:LV2019.png|release=May 2019|change_0=Sets and Maps data types}}
</blockquote>
 
</noinclude>
 
[[Category:Templates]]
[[Category:LabVIEW Versions]]

Latest revision as of 17:27, 1 August 2024