Template:History/doc: Difference between revisions
Appearance
m Mark as documentation subpage |
Add list of parameters |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
This is a template for history sections. | This is a template for history sections. | ||
<pre>{{ | ==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 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
...
}}