Template:Multiple releases/doc

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

This 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

[edit source]

The infobox on the right may be produced using following code:

Opera Mini (example)
Stable release(s)
Android13.0.2036.98649 / December 9, 2015; 10 years ago (2015-12-09)
iOS13.0.0 / March 1, 2016; 10 years ago (2016-03-01)
Windows Phone9.0.0.201 / September 29, 2015; 10 years ago (2015-09-29)
BlackBerry8.0 / March 12, 2014; 12 years ago (2014-03-12)
Java ME8.0 / March 12, 2014; 12 years ago (2014-03-12)
Symbian7.1 / January 25, 2013; 13 years ago (2013-01-25)
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    {{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}}
      }}
    }}