Revision

< Template:EcosystemRelease
Revision as of 15:06, 3 April 2020 by Registered User

1 Usage

The EcosystemRelease/Revision template returns the status for an ecosystem release revision in the flow associated with this wiki (e.g. v1.y.z ,or v2.y.z, or...).

Usage: {{EcosystemRelease/Revision | revision=<revision>}}

Where:

  • <revision> is the mandatory revision of the ecosystem release for which a status is requested. The possible values are:
    • 2.0.0 (June 2020 ecosystem release revision).
    • x.0.0, x.1.0, x.2.0 and 0.y.0 values are reserved to the examples and the helper files.

The returned value is:

  • latest, if the revision is the latest one, in the flow associated with this wiki.
  • legacy, if the revision is a legacy one, in the flow associated with this wiki.
  • next, if the revision is a planned one, in the flow associated with this wiki.
  • former, if the revision is part of a former flow that is not the one associated with this wiki.
  • unknown, if the revision is not supported.

2 Basic examples

You type You get
vx.0.0 revision (legacy)
{{EcosystemRelease/Revision | revision=x.0.0}}

legacy

3 More examples

You type You get
vx.2.0 revision (next)
{{EcosystemRelease/Revision | revision=x.2.0}}

next

vx.1.0 revision (latest)
{{EcosystemRelease/Revision | revision=x.1.0}}

latest

v0.y.0 revision (former)
{{EcosystemRelease/Revision | revision=0.y.0}}

former

Unknown revision
{{EcosystemRelease/Revision | revision=10.20.30}}

unknown

Unspecified revision
{{EcosystemRelease/Revision}}

unknown

4 Code

unknown