Difference between revisions of "Template:Current release"
From FlightGear wiki
Legoboyvdlp (Talk | contribs) |
|||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1|}}} | <includeonly>{{#switch: {{{1|}}} | ||
| cr = 2020.1 | | cr = 2020.1 | ||
− | | crd = | + | | crd = 26 June 2020 |
− | | nr = 2020. | + | | nr = 2020.3 |
− | | nrd = <daysuntil> | + | | nrd = <daysuntil>30 October 2020</daysuntil> <!-- ?? --> |
− | | full = 2020.1. | + | | full = 2020.1.3 |
− | | fulldate = | + | | fulldate = 26 June 2020 |
| #default = {{error|No argument given|current release}} | | #default = {{error|No argument given|current release}} |
Revision as of 12:09, 20 October 2020
The following template description is not displayed when the template is inserted in an article.
Contents
Goal
This template is used internally by {{GitStatus}} to display:
- the current release
- the release date of the current release
- the next release
- the number of days until the next release.
- the full version of the newest release and its release date
This template should be updated with every new release, including bugfix releases.
Usage
{{current release|data}}
- data
- Dictates what data is returned. This parameter is mandatory. Value may be one of:
- cr: Current release
- crd: Release date of current release
- nr: Next release
- nrd: Days until the next release
Examples
{{current release|cr}}
2020.3
Related template
- {{GitStatus}}