Template:Infobox iOS version
Template documentation [view] [edit] [history] [purge]
Every page about an iOS / watchOS version must contain the "Infobox iOS version" template, which provides essential information about an iOS / watchOS release.
Usage
Version of iOS | |
Version | 7.x |
---|---|
Codename | Innsbruck (7.0) Sochi (7.1) |
Architecture | ARM32, ARM64 |
Latest build | 11D257 (7.1.2) |
Release date | 2013-09-18 |
The following code will result in the infobox on the right side:
{{ Infobox iOS version | name = iOS 7 | brand = iOS | version = 7.x | logo = IOS 7 number logo.svg | logo size = 85px | image = IOS 7.1 homescreen.png | imagecaption = iOS 7 running on an iPhone 5 | arch = ARM32, ARM64 | releasedate = 2013-09-18 | codename = Innsbruck (7.0)<br>Sochi (7.1) | latestbuild = [[iOS 7.1.2 build 11D257|11D257 (7.1.2)]] | replaces = [[iOS 6]] | replaced-by = [[iOS 8]] }}
name
Required: The whole known release name, for example iPhone OS 3 or iOS 6.
brand
Name of the iOS / watchOS brand during the version's release, i.e. iPhone OS, iOS, or watchOS. If not provided, defaults to iOS.
version
The version number of the particular release.
logo
File name of the logo without the initial File:
prefix.
logo size
The size of the logo. If not provided, defaults to 85px
.
image
File name of a screenshot without the initial File:
prefix. If not provided, a placeholder will be used instead.
Caption to annotate image
.
arch
A listing of architectures supported by the particular iOS / watchOS release.
codename
Codenames for the particular iOS / watchOS release, if any.
latestbuild
Link to the latest build of the particular iOS / watchOS release.
releasedate
The original release date of the particular iOS / watchOS release, e.g. 2013-09-18 for iOS 7.
replaces
, replaced-by
Use this to link to the versions of iOS / watchOS that the particular release replaces or is replaced by.