Feature availability
Feature availability loop lists feature availabilities.
{loop type="feature-availability" name="the-loop-name" [argument="value"], [...]}
Arguments
| Argument | Description | Default | Example |
|---|---|---|---|
| exclude | A single or a list of feature availability ids to exclude. | exclude="456,123" | |
| feature | A single or a list of feature ids. | id="2", id="1,4,7" | |
| id | A single or a list of feature availability ids. | id="2", id="1,4,7" | |
| lang | A lang id | lang="1" | |
| order | A list of values see sorting possible values | manual | order="alpha_reverse" |
Plus the global arguments
Outputs
| Variable | Value |
|---|---|
| $CHAPO | the feature availability chapo |
| $DESCRIPTION | the feature availability description |
| $FEATURE_ID | The ID ot the related feature |
| $ID | the feature availability id |
| $IS_TRANSLATED | check if the feature availability is translated |
| $LOCALE | The locale used for this research |
| $POSITION | the feature availability position |
| $POSTSCRIPTUM | the feature availability postscriptum |
| $TITLE | the feature availability title |
Plus the global outputs
Order possible values
| Ascending value | Descending value | Sorted fields |
|---|---|---|
| alpha | alpha-reverse | title |
| manual | manual_reverse | position |