Difference between revisions of "Template:Latest or old"
(added 4th parameter -- branch name; more examples) |
(pass the name argument to Template:Warning old version) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#ifeq:{{Latest {{{2}}} {{{1}}}}}|{{{3}}}|Below you can find the change log and downloads for the latest version of {{{4|{{{2}}}}}} {{{1}}}.|{{Warning old version|{{{2}}} {{{1}}}|{{{1}}}{{#if:{{{2}}}|/{{{2}}}}}/{{Latest {{{2}}} {{{1}}}}}}}}}</includeonly><noinclude> | + | <includeonly>{{#ifeq:{{Latest {{{2}}} {{{1}}}}}|{{{3}}}|Below you can find the change log and downloads for the latest version of {{{4|{{{2}}}}}} {{{1}}}.|{{Warning old version|{{{4|{{{2}}}}}} {{{1}}}|{{{1}}}{{#if:{{{2}}}|/{{{2}}}}}/{{Latest {{{2}}} {{{1}}}}}}}}}</includeonly><noinclude> |
This template is used on download pages to automatically distinguish between the latest and the old versions. | This template is used on download pages to automatically distinguish between the latest and the old versions. | ||
Revision as of 14:35, 3 April 2008
This template is used on download pages to automatically distinguish between the latest and the old versions.
Usage
{{Latest or old|package|branch|version|name}}
- 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 .
- name is optional branch name, for example RHEL4 for rhel4 branch.
Examples
Code | Results | ||
---|---|---|---|
{{Latest or old|kernel|2.6.22|2.6.22-ovz005.1}} |
| ||
{{Latest or old|kernel|2.6.24|2.6.24-ovz001}} |
| ||
{{Latest or old|kernel|rhel4|023stab046.2|RHEL4}} |
| ||
{{Latest or old|vzctl||3.0.22}} |
| ||
{{Latest or old|vzctl||3.0.20}} |
|