|
The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Template:Keys/helper"
(5urd moved page Template:Keys/helper to Template:Keys/device) |
m (adding CSS class) |
||
| (27 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{#if: {{{iv}}} | |
||
| − | #REDIRECT [[Template:Keys/device]] |
||
| + | <h2>{{{header}}}{{#if: {{{model|}}} | <span class="keypage-model">({{{model}}})</span> }}</h2> |
||
| + | <span style="position:absolute; visibility:hidden;">Filename: </span><span class="keypage-filename" id="keypage-{{{id}}}">{{{file}}}</span> |
||
| + | <ul>{{#ifeq: {{{iv}}} | Not Encrypted | |
||
| + | <li>Not Encrypted</li> | |
||
| + | <li>'''IV''': <code id="keypage-{{{id}}}-iv">{{{iv}}}</code></li> |
||
| + | <li>'''Key''': <code id="keypage-{{{id}}}-key">{{{key}}}</code></li>{{#if: {{{kbag}}} | |
||
| + | <li>'''KBAG''': <code id="keypage-{{{id}}}-kbag">{{{kbag}}}</code></li> |
||
| + | }} |
||
| + | }}</ul><includeonly><!-- |
||
| + | |||
| + | |||
| + | |||
| + | |||
| + | -->{{#if: {{{file}}} | | [[Category:Incomplete Key Pages]] }}<!-- |
||
| + | -->{{#ifeq: {{{iv}}} | Unknown | [[Category:Incomplete Key Pages]] }}<!-- |
||
| + | -->{{#ifeq: {{{key}}} | Unknown | [[Category:Incomplete Key Pages]] }}<!-- |
||
| + | |||
| + | // if (iv != "Unknown" && kbag) |
||
| + | -->{{#ifeq: {{{iv}}} | Unknown | | {{#if: {{{kbag}}} | [[Category:Pages With Incorrect Template Usage]] }} }}<!-- |
||
| + | |||
| + | // if (iv == "Unknown" && !kbag) |
||
| + | -->{{#ifeq: {{{iv}}} | Unknown | {{#if: {{{kbag}}} | | [[Category:Pages With Incorrect Template Usage]] }} }}<!-- |
||
| + | |||
| + | --></includeonly>}} |
||
Latest revision as of 15:40, 24 April 2018
{{{header}}}
{{{file}}}
- IV:
{{{iv}}} - Key:
{{{key}}} - KBAG:
{{{kbag}}}