From Fedora Project Wiki
(i need next3 and previous3, because i'm THAT ADVANCED) |
(...and I can't count.) |
||
Line 1: | Line 1: | ||
{{#switch: {{{1|current}}} | {{#switch: {{{1|current}}} | ||
| previous3 = {{#expr: {{CurrentFedoraVersion}} - | | previous3 = {{#expr: {{CurrentFedoraVersion}} - 3 }} | ||
| previous2 = {{#expr: {{CurrentFedoraVersion}} - 2 }} | | previous2 = {{#expr: {{CurrentFedoraVersion}} - 2 }} | ||
| previous = {{#expr: {{CurrentFedoraVersion}} - 1 }} | | previous = {{#expr: {{CurrentFedoraVersion}} - 1 }} |
Latest revision as of 02:39, 23 January 2013
41
Template documentation [edit]
- This documentation is transcluded from Template:FedoraVersionNumber/doc. It will not be transcluded on pages that use this template.
The Template:FedoraVersionNumber template allows the display of Fedora version numbers in relative terms, such as current, next, and previous.
Code | What you see |
---|---|
The current version of [[Fedora]] is '''{{FedoraVersionNumber|current}}'''. |
The current version of Fedora is 41. |
The next version of [[Fedora]] is '''{{FedoraVersionNumber|next}}'''. |
The next version of Fedora is 42. |
The previous version of [[Fedora]] is '''{{FedoraVersionNumber|previous}}'''. |
The previous version of Fedora is 40. |
Fedora {{FedoraVersionNumber|previous2}} was two versions ago. |
Fedora 39 was two versions ago. |
Fedora {{FedoraVersionNumber|next2}} will come two releases from now. |
Fedora 43 will come two releases from now. |