Difference between revisions of "Template:Keys/helper"

From The iPhone Wiki
Jump to: navigation, search
(It seems it would check if {{{file}}} had a value, and if it didn't it was an "incomplete key page" even if that item wasn't being used)
m (adding CSS class)
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if: {{{iv}}} |<br />
+
{{#if: {{{iv}}} |
<h2>{{{header}}}</h2>
+
<h2>{{{header}}}{{#if: {{{model|}}} | &nbsp;<span class="keypage-model">({{{model}}})</span> }}</h2>
<span class="keypage-filename" id="keypage-{{{id}}}">{{{file}}}</span>
+
<span style="position:absolute; visibility:hidden;">Filename: </span><span class="keypage-filename" id="keypage-{{{id}}}">{{{file}}}</span>
{{#ifeq: {{{iv}}} | Not Encrypted |
+
<ul>{{#ifeq: {{{iv}}} | Not Encrypted |
* Not Encrypted |
+
<li>Not Encrypted</li> |
* '''IV''': <code id="keypage-{{{id}}}-iv">{{{iv}}}</code>
+
<li>'''IV''': <code id="keypage-{{{id}}}-iv">{{{iv}}}</code></li>
* '''Key''': <code id="keypage-{{{id}}}-key">{{{key}}}</code>
+
<li>'''Key''': <code id="keypage-{{{id}}}-key">{{{key}}}</code></li>{{#if: {{{kbag}}} |
  +
<li>'''KBAG''': <code id="keypage-{{{id}}}-kbag">{{{kbag}}}</code></li>
}}<includeonly><!--
 
  +
}}
  +
}}</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]] }} }}<!--
   
-->{{#if: {{{file|}}} | | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#ifeq: {{{iv}}} | TODO | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#ifeq: {{{key}}} | TODO | [[Category:Incomplete Key Pages]] }}<!--
 
 
--></includeonly>}}
 
--></includeonly>}}

Latest revision as of 15:40, 24 April 2018

{{{header}}}

Filename: {{{file}}}

  • IV: {{{iv}}}
  • Key: {{{key}}}
  • KBAG: {{{kbag}}}