|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Template:Keys/doc"
(→Syntax Explicitation :)) |
m |
||
| Line 1: | Line 1: | ||
| − | == Intro == |
+ | === Intro === |
This is the ultimate key template for the [[VFDecrypt Keys|key pages]]. Its syntax is described below. |
This is the ultimate key template for the [[VFDecrypt Keys|key pages]]. Its syntax is described below. |
||
| − | == Syntax == |
+ | === Syntax === |
<nowiki>{{keys</nowiki> |
<nowiki>{{keys</nowiki> |
||
| previouspage = |
| previouspage = |
||
| Line 82: | Line 82: | ||
<nowiki>}}</nowiki> |
<nowiki>}}</nowiki> |
||
| − | == Syntax Explicitation :) == |
+ | === Syntax Explicitation :) === |
{| class="wikitable" |
{| class="wikitable" |
||
|- |
|- |
||
Revision as of 19:02, 16 July 2011
Intro
This is the ultimate key template for the key pages. Its syntax is described below.
Syntax
{{keys
| previouspage =
| nextpage =
| version =
| build =
| device =
| downloadurl =
| rootfsdmg =
| rootfskey =
| noupdateramdisk =
| ramdisknotencrypted =
| updatedmg =
| updateiv =
| updatekey =
| restoredmg =
| restoreiv =
| restorekey =
| extra01 =
| extra01iv =
| extra01key =
| extra02 =
| extra02iv =
| extra02key =
| extra03 =
| extra03iv =
| extra03key =
| extra04 =
| extra04iv =
| extra04key =
| extra05 =
| extra05iv =
| extra05key =
| extra06 =
| extra06iv =
| extra06key =
| extra07 =
| extra07iv =
| extra07key =
| extra08 =
| extra08iv =
| extra08key =
| extra09 =
| extra09iv =
| extra09key =
| extra10 =
| extra10iv =
| extra11key =
| extra11 =
| extra11iv =
| extra11key =
| extra12 =
| extra12iv =
| extra12key =
| extra13 =
| extra13iv =
| extra13key =
| extra14 =
| extra14iv =
| extra14key =
| extra15 =
| extra15iv =
| extra15key =
| extra16 =
| extra16iv =
| extra16key =
| extra17 =
| extra17iv =
| extra17key =
| extra18 =
| extra18iv =
| extra18key =
| extra19 =
| extra19iv =
| extra19key =
| extra20 =
| extra20iv =
| extra20key =
}}
Syntax Explicitation :)
| Tag | Explicitation |
|---|---|
| previouspage | The complete tile of the previous fw page. (Ex. page is Durango 8K2 (iPhone 3GS), you would put Durango 8J2 (iPhone 3GS))
|
| nextpage | Exact opposite of previouspage |
| version | The version of the build (Ex. page is Durango 8K2 (iPhone 3GS), you would put 4.3.4)
|
| build | Explains itself |
| device | See below (v) |
| downloadurl | Only PUBLIC Apple firmwares (no protected:// URIs) |
| rootfsdmg | The name of the Root FS file (W/O .DMG) |
| rootfskey | ... |
| noupdateramdisk | If this has anything (yes, even no), the "Update Ramdisk" section will not be displayed |
| ramdisknotencrypted | If this has anything (yes, even no), the Ramdisks will display "Not Encrypted" |
| updatedmg | The name of the Update Ramdisk file (W/O .DMG) (can be deleted if noupdateramdisk is filled)
|