Template:Infobox iOS build

Template documentation [view] [edit] [history] [purge]


Every page about an iOS build must contain the "Infobox iOS build" template, which provides essential information about an iOS compile.

Usage[edit source]

17A508
Build of iOS 13
17A508 homescreen .jpg
The homescreen
ArchitectureARM64
Compiled2019-06-02
Works on

The following code will result in the infobox on the right side:

{{ Infobox iOS build
 | buildtag = 17A508
 | build of = [[iOS 13]]
 | image = 17A508 homescreen .jpg
 | imagecaption = The homescreen
 | arch = ARM64
 | compiled = 2019-06-02
 | about =
}}

buildtag[edit source]

Required: The whole known build number, for example 17A508 or 18A373.

build of[edit source]

Required: Link to the iOS version that this build belongs to, i.e. iPhone OS 3, or iOS 14.

image[edit source]

File name of a screenshot without the initial File: prefix. If not provided, a placeholder will be used instead.

imagecaption[edit source]

Caption to annotate image.

arch[edit source]

CPU architectures on which the build is available (leaked/released).

compiled[edit source]

Date of compilation. Usually, this can be found by the uname -v or the uname -a command.

device[edit source]

A listing of devices supported by the particular build. May be separated by <br> tags.

about[edit source]

File name of a screenshot of the About dialog in OS/2 versions without the initial File: prefix.