Template:Current release: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Standardisation of the example documentation.)
No edit summary
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>{{#switch: {{{1|}}}
<includeonly>{{#switch: {{{1|}}}
<!-- if/when this works correctly, these should probably be moved to their own sub-templates? -->
| cr = 2019.1
| cr = {{#ifexpr: {{CURRENTMONTH}} < 3 |{{#expr: {{CURRENTYEAR}} - 1}} | {{CURRENTYEAR}}}}.{{#expr: {{CURRENTMONTH}} div 3}}
| crd = 06 Feb 2019
| crd = 17 September 2016
| nr = 2020.1 <!-- ?? -->
<!-- note, this hasn't really been tested yet ... --->
| nrd = <daysuntil>27 February 2020</daysuntil> <!-- ?? -->
| nr = {{#ifeq: {{#expr: {{CURRENTMONTH}} div 3}} | 4 | {{#expr: {{CURRENTYEAR}} + 1}} | {{CURRENTYEAR}}}}.{{#expr:{{#expr: {{CURRENTMONTH}} div 3}} +1}}
 
| nrd = <daysuntil>17 November 2016</daysuntil>
| full = 2018.1.1
| fulldate = 06 February 2019
 
| #default = {{error|No argument given|current release}}
| #default = {{error|No argument given|current release}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Line 15: Line 17:
# the next release
# the next release
# the number of days until 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.
This template should be updated with every new release, including bugfix releases.

Revision as of 13:39, 21 February 2020


The following template description is not displayed when the template is inserted in an article.

Goal

This template is used internally by {{GitStatus}} to display:

  1. the current release
  2. the release date of the current release
  3. the next release
  4. the number of days until the next release.
  5. 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}}

2019.1

Related template

See also