Components

Revision as of 15:48, 11 September 2019 by Registered User (Created page with "<noinclude> ==Usage== The EcosystemRelease/Components template returns '''the version of all software components''' delivered by an ec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1. Usage

The EcosystemRelease/Components template returns the version of all software components delivered by an ecosystem release revision.

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

Where:

  • <revision> is the mandatory revision of the ecosystem release, for which the version of all software components is requested.

The returned value is:

  • a string that contains the version of all the software components delivered by the ecosystem release revision, in a form that is usable by a tooltip.
  • "unknown revision", if <<revision> is not supported.

This template relies on the EcosystemRelease/Component template.

2. Basic examples

You type You get
Components version for v1.0.0 revision requested
{{EcosystemRelease/Components | revision=1.0.0}}

Main software components: unknown revision unknown revision unknown revision unknown revision unknown revision unknown revision unknown revision

3. More examples

You type You get
Components version for v1.1.0 revision requested
{{EcosystemRelease/Components | revision=1.1.0}}

Main software components: unknown revision unknown revision unknown revision unknown revision unknown revision unknown revision unknown revision

Unspecified revision
{{EcosystemRelease/Components}}

Main software components: unknown revision

Unknown revision
{{EcosystemRelease/Components | revision=0.0.1}}

Main software components: unknown revision

4. Code

Main software components: unknown revision

No categories assignedEdit