1. Usage[edit source]
The FlowCompatibility/X-LINUX template is used to indicate via a simple message, the last ecosystem release for which the X-LINUX package has been updated. This template shall be added on top of all pages that deal with any X-LINUX package; if the X-LINUX package has not been ported yet on the last ecosystem release, then this template shall return the message; else, it shall return nothing; therefore, this template is always used for X-LINUX pages and this template must be updated each time a X-LINUX package is ported on the last ecosystem release.
The template must be added on top of the article, just below the ApplicableForm template.
Usage: {{FlowCompatibility/X-LINUX|Package=<Package>}}
Where:
- <Package> is
- AI
- AWS
- AZURE
- ISP
- NFC5
- NFC6
- QT5
- QT6
- RT
- TSNSWCH
The returned value is a message informing reader about the most recent OSTL version on which the package, given in input of the template, has been been ported and tested.
Package | Last OSTL compatible version |
---|---|
AI | ecosystem release v5.1.0 ![]() |
AWS | ecosystem release v5.1.0 ![]() |
AZURE | ecosystem release v5.1.0 ![]() |
ISP | ecosystem release v5.1.0 ![]() |
NFC5 | ecosystem release v3.0.0 |
NFC6 | ecosystem release v3.0.0 |
QT5 | ecosystem release v5.1.0 ![]() |
QT6 | ecosystem release v5.1.0 ![]() |
RT | ecosystem release v5.1.0 ![]() |
TSNSWCH | ecosystem release v5.1.0 ![]() |
2. Basic examples[edit source]
You type | You get |
---|---|
Compatibility message for AI
{{FlowCompatibility/X-LINUX|Package=AI}}<br>
|
|
Compatibility message for AWS
{{FlowCompatibility/X-LINUX|Package=AWS}}<br> |
|
Compatibility message for AZURE
{{FlowCompatibility/X-LINUX|Package=AZURE}}<br> |
|
Compatibility message for ISP
{{FlowCompatibility/X-LINUX|Package=ISP}}<br>
|
|
Compatibility message for NFC5
{{FlowCompatibility/X-LINUX|Package=NFC5}}<br> |
|
Compatibility message for NFC6
{{FlowCompatibility/X-LINUX|Package=NFC6}}<br> |
|
Compatibility message for QT5
{{FlowCompatibility/X-LINUX|Package=QT5}}<br> |
|
Compatibility message for QT6
{{FlowCompatibility/X-LINUX|Package=QT6}}<br> |
|
Compatibility message for RT
{{FlowCompatibility/X-LINUX|Package=RT}}<br>
|
|
Compatibility message for RT
{{FlowCompatibility/X-LINUX|Package=TSNSWCH}}<br> |
|
3. More examples[edit source]
You type | You get |
---|---|
Unknown package
{{FlowCompatibility/X-LINUX|Package=AWS3}}<br> |
unknown X-LINUX Package |
Check the spaces before and after the infobox
BEFORE{{FlowCompatibility/X-LINUX|Package=AI}}AFTER
|
BEFORE AFTER |
Compatibility message empty if the X-LINUX package has been ported on the last ecosystem release
BEFORE{{FlowCompatibility/X-LINUX|Package=PORTED_ON_LAST_OSTL}}AFTER<br> |
BEFOREAFTER |
Compatibility message if the X-LINUX package has not been ported yet on the last ecosystem release of the current flow (e.g., vx.1.0), but is already ported on a legacy ecosystem release of the current flow (e.g., vx.0.0)
{{FlowCompatibility/X-LINUX|Package=PORTED_ON_LEGACY_OSTL}}<br> |
|
4. Code[edit source]
unknown X-LINUX Package