Difference between revisions of "Template:Keys/helper"

From The iPhone Wiki
Jump to: navigation, search
m (whoops)
(eh, revert)
Line 1: Line 1:
<includeonly>{{#if: {{{file}}} |<br />
+
{{#if: {{{iv}}} |<br />
 
<h2>{{{header}}}</h2>
 
<h2>{{{header}}}</h2>
 
<span class="keypage-filename" id="keypage-{{{id}}}">{{{file}}}</span>
 
<span class="keypage-filename" id="keypage-{{{id}}}">{{{file}}}</span>
<ul>
 
 
{{#ifeq: {{{iv}}} | Not Encrypted |
 
{{#ifeq: {{{iv}}} | Not Encrypted |
<li><span id="keypage-{{{id}}}-iv">Not Encrypted</span></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>
  +
}}<includeonly><!--
{{#if: {{{kbag}}} | <li>'''KBAG''': <code id="keypage-{{{id}}}-kbag">{{{kbag}}}</code></li> }}
 
}}
 
</ul><!--
 
   
-->{{#ifeq: {{FULLPAGENAME}} | Template:Keys/helper | |<!--
 
 
-->{{#if: {{{file|}}} | | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#if: {{{file|}}} | | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#ifeq: {{{iv}}} | TODO | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#ifeq: {{{iv}}} | TODO | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#ifeq: {{{key}}} | TODO | [[Category:Incomplete Key Pages]] }}<!--
 
-->{{#ifeq: {{{key}}} | TODO | [[Category:Incomplete Key Pages]] }}<!--
-->}}
+
--></includeonly>}}
}}</includeonly><noinclude>{{keys/helper|kbag=}}</noinclude>
 

Revision as of 07:17, 28 December 2014


{{{header}}}

{{{file}}}

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