This template is used on download pages to automatically distinguish between the latest and the old versions.
Usage
{{Latest or old|package|branch|version}}
- package can be: kernel, vzctl etc.
- branch is optional, used for kernel, can be 2.6.24 etc.
- version can be: 3.0.11 2.6.24-ovz002.2. Corresponds to Template:Latest branch package .
Examples
Code |
Results
|
{{Latest or old|kernel|2.6.24|2.6.24-ovz002.2}}
|
|
{{Latest or old|kernel|2.6.24|2.6.24-ovz001}}
|
|
{{Latest or old|vzctl||3.0.22}}
|
|
{{Latest or old|vzctl||3.0.20}}
|
|