Template:Version range
Jump to navigation
Jump to search
Format source-neutral minimum and maximum software-version bounds.
Usage
{{Version range|min_name=Alpha|min_build=1|max_name=Beta|max_build=2|max_exclusive=yes}}
Omit optional parameters that do not apply. The parameter reference below lists supported names and aliases.
Parameters
Format source-neutral minimum and maximum software-version bounds.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Minimum version name | min_name | Release name at the lower endpoint. | String | optional |
| Minimum build | min_build | Exact build identifier at the lower endpoint. | String | optional |
| Minimum icon content | min_icon_content | Optional pre-rendered icon for the minimum endpoint. | Content | optional |
| Minimum is exclusive | min_exclusive | Use a strict greater-than bound.
| Boolean | optional |
| Maximum version name | max_name | Release name at the upper endpoint. | String | optional |
| Maximum build | max_build | Exact build identifier at the upper endpoint. | String | optional |
| Maximum icon content | max_icon_content | Optional pre-rendered icon for the maximum endpoint. | Content | optional |
| Maximum is exclusive | max_exclusive | Use a strict less-than bound.
| Boolean | optional |