This is a documentation subpage for Template:Multiple releases. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
Usage
editThis template is intended for software that is differently versioned on different platforms.
This template accepts three sets of parameters: |branchn=
, |versionn=
and |daten=
where n is a natural number. For a specific n, there must be both |branchn=
and |versionn=
. |daten=
is optional.
Example
editThe infobox on the right may be produced using following code:
Stable release(s) | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{Infobox web browser
| name = Opera Mini (example)
| logo = Opera Mini logo horizontal.png
| ver layout = stacked
| latest release version = {{multiple releases
| branch1 = Android
| version1 = 13.0.2036.98649
| date1 = {{Start date and age|2015|12|9}}
| branch2 = iOS
| version2 = 13.0.0
| date2 = {{Start date and age|2016|03|01}}
| branch3 = Windows Phone
| version3 = 9.0.0.201
| date3 = {{Start date and age|2015|09|29}}
| branch4 = BlackBerry
| version4 = 8.0
| date4 = {{Start date and age|2014|03|12}}
| branch5 = Java ME
| version5 = 8.0
| date5 = {{Start date and age|2014|03|12}}
| branch6 = Symbian
| version6 = 7.1
| date6 = {{Start date and age|2013|01|25}}
}}
}}