1. Usage
The FlowCompatibility/Generic template is used to indicate via a simple message, that the article into which this template is set on the top has not been updated for the last ecosystem flow.
This template must be removed from the page that uses it if the page is updated.
Usage: {{FlowCompatibility/Generic|<Custom message>}}
The template must be added on top of the article, just below the ApplicableForm template.
The returned value is:
- either the default message (which is recommended) informing reader that current article has not been updated for the last flow and that the user can anyway used it as example (to get inspiration).
- or the custom message provided as parameter such as:
- see already implemented messages making a "what's link here" on this page. (How_to_install_JAVA_JDK, How_to_install_Node-RED, ...]
2. Basic examples
You type | You get |
---|---|
Default compatibility message for the current article
{{FlowCompatibility/Generic}}<br> |
|
Specific compatibility message for the current article
{{FlowCompatibility/Generic| This is a specific message}}<br> |
|
3. More examples
You type | You get |
---|---|
Check the spaces before and after the template
BEFORE{{FlowCompatibility/Generic}}AFTER |
BEFORE AFTER |