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]
Build of iOS 13 | |
Compile date | 2019-06-02 |
---|---|
Architecture | ARM64 |
About page | |
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 = 17A508 about.jpg }}
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.
[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 page in iOS versions without the initial File:
prefix.