Jump to content

Template:History/doc: Difference between revisions

From LabVIEW Wiki
Created page with "This is a template for history sections. <pre>{{History|Version| * Change 1 * Change 2 ... }}</pre>"
 
Add list of parameters
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{documentation subpage}}</noinclude>
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
...
...
}}</pre>
}}</pre>
<includeonly>
[[Category:Templates]]
</includeonly>

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
...
}}