Jump to content

Template:History/doc: Difference between revisions

From LabVIEW Wiki
m Fix category name Template -> Templates
Add list of parameters
 
Line 2: Line 2:
This is a template for history sections.
This is a template for history sections.


<pre>{{History|Version|
==Parameters==
*'''product''' (optional): Specifies the product name that appears before the version number (default: "LabVIEW").
*1: Version number
*2: Changes as bullet list
 
==Example==
<pre>{{history|product=Example|1.0.0|
* Change 1
* Change 1
* Change 2
* Change 2

Latest revision as of 06:40, 11 August 2024

This is the documentation page for Template:History.
When it is viewed directly, links using variables may appear broken; do not replace these with hardcoded page names or URLs.

This is a template for history sections.

Parameters

  • product (optional): Specifies the product name that appears before the version number (default: "LabVIEW").
  • 1: Version number
  • 2: Changes as bullet list

Example

{{history|product=Example|1.0.0|
* Change 1
* Change 2
...
}}