1. Usage[edit source]
The FlowCompatibility/PartnerDistributions template is used to indicate via a simple message, the last ecosystem release for which a partner distribution has been updated. This template shall be added on top of all pages that deal with any partner distributions; if the partner distribution has not been updated yet for the last ecosystem release, then this template shall return the message; else, it shall return nothing; therefore, this template is always used for partner distributions pages and this template must be updated each time a partner distribution is ported on the last ecosystem release.
The template must be added on top of the article, just below the ApplicableForm template.
Usage: {{FlowCompatibility/PartnerDistributions|Distribution=<Distribution>}}
Where:
- <Distribution> is
- Buildroot
- Openwrt
The returned value is a message informing reader about the most recent OSTL version on which the distribution, provided by partner and given in input of the template, has been been ported and tested.
Distribution | Last OSTL compatible version |
---|---|
Buildroot | ecosystem release v5.1.0 |
Openwrt | ecosystem release v5.1.0 |
2. Basic examples[edit source]
You type | You get |
---|---|
Compatibility message for Buildroot
{{FlowCompatibility/PartnerDistributions|Distribution=Buildroot}}<br> |
|
Compatibility message for Openwrt
{{FlowCompatibility/PartnerDistributions|Distribution=Openwrt}}<br> |
|
3. More examples[edit source]
You type | You get |
---|---|
Unknown package
{{FlowCompatibility/PartnerDistributions|Distribution=BLUIROOT}}<br> |
unknown partner distribution |
Check the spaces before and after the infobox
BEFORE{{FlowCompatibility/PartnerDistributions|Distribution=Buildroot}}AFTER |
BEFORE AFTER |
Compatibility message empty if the distribution, provided by partner, has been ported on the last ecosystem release
BEFORE{{FlowCompatibility/PartnerDistributions|Distribution=PORTED_ON_LAST_OSTL}}AFTER<br> |
BEFOREAFTER |
Compatibility message if the distribution, provided by partner, 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/PartnerDistributions|Distribution=PORTED_ON_LEGACY_OSTL}}<br> |
|
4. Example of message[edit source]
5. Code[edit source]
unknown partner distribution