Template:Current release: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (even more untested heuristics ...)
m (brainfart ...)
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? -->
<!-- if/when this works correctly, these should probably be moved to their own sub-templates? -->
| cr = {{#ifeq: {{CURRENTMONTH}} | 1 | {{#expr: {{CURRENTYEAR}} - 1}}|{{CURRENTYEAR}}}}.{{#expr: {{CURRENTMONTH}} div 3}}
| cr = {{#ifexpr: {{CURRENTMONTH}} < 3 |{{#expr: {{CURRENTYEAR}} - 1}} | {{CURRENTYEAR}}}}.{{#expr: {{CURRENTMONTH}} div 3}}
| crd = 17 September 2016
| crd = 17 September 2016
<!-- note, this hasn't really been tested yet ... --->
<!-- note, this hasn't really been tested yet ... --->

Revision as of 18:02, 15 September 2016


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.

This template should be updated with every new release, including bugfix releases.

Usage

{{current release|data}}

Example: 2024.1.3333333333333

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

Related template

See also