Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Base Additional Info"

From Paragon Wiki Archive
Jump to: navigation, search
m (blah :P)
m (Finally think I have it)
Line 1: Line 1:
<Table border=1 cellspacing="5">
+
{| border=1 cellspacing="5"
<tr><td>'''Price''' </td><td> {{{Price}}} [[prestige]]</td></tr>
+
|-
{{#if: {{{Unlocked|}}}|<tr><td>'''Unlocked by'''</td><td> {{{Unlocked}}}</td></tr> }}
+
|'''Price''' || {{{Price}}} [[prestige]]
{{#if: {{{PowerUsed|}}}|<tr><td>'''Power Requirements'''</td><td>{{{PowerUsed}}}</td></tr> }}
+
{{#if:{{{Unlocked|}}}|{{!-}}{{!}}'''Unlocked by'''{{!}}{{{Unlocked}}} }}{{#if: {{{PowerUsed|}}}|{{!-}}{{!}}'''Power Requirements'''{{!}}{{{PowerUsed}}}}}{{#if:{{{ControlUsed|}}}{{!-}}{{!}}'''Control Requirements'''{{!}} {{{ControlUsed}}} }}{{#if:{{{PowerProduced|}}}{{!-}}{{!}}'''Power Requirements'''{{!}} {{{PowerProduced}}} }}{{#if:{{{ControlProduced|}}}{{!-}}{{!}}'''Control Produced''' {{!}} {{{ControlProduced}}}}}{{#if:{{{Crafted|}}}{{!-}}{{!}}'''Crafted at''' {{!}}{{{Crafted}}}}}{{#if:{{{Attaches|}}}{{!-}}{{!}}'''Attaches to''' {{!}} {{{Attaches}}}}}
{{#if:{{{ControlUsed|}}}|<tr><td>'''Control Requirements''' </td><td> {{{ControlUsed}}}</td></tr> }}
+
|}<noinclude>
{{#if:{{{ControlProduced|}}}|<tr><td>'''Control Produced''' </td><td> {{{ControlProduced}}}</td></tr> }}
+
{{#if:{{{PowerProduced|}}}|<tr><td>'''Power Requirements''' </td><td> {{{PowerProduced}}}</td></tr> }}
+
{{#if:{{{Crafted|}}}|<tr><td>'''Crafted at''' </td><td> {{{Crafted}}}</td></tr>}}
+
{{#if:{{{Attaches|}}}|<tr><td>'''Attaches to''' </td><td> {{{Attaches}}}</td></tr>}}
+
</table><noinclude>
+
  
 
----
 
----
[[Category:Templates|{{PAGENAME}}]] ''Category is temporary''
+
[[Category:Base Templates|{{PAGENAME}}]] ''Category is temporary''
 +
 
 +
Base Format
 +
<PRE><nowiki>{{</nowiki>Base Additional Info
 +
|Price=
 +
|Unlocked=
 +
|PowerUsed=
 +
|ControlUsed=
 +
|PowerProduced=
 +
|ControlProduced=
 +
|Crafted=
 +
|Attaches=
 +
<nowiki>}}</nowiki></PRE>
 +
 
  
 
Attempted to create a standard template for base items.  Will be prettied up later.</noinclude>
 
Attempted to create a standard template for base items.  Will be prettied up later.</noinclude>

Revision as of 19:25, 21 February 2007

Price {{{Price}}} prestige

Category is temporary

Base Format

{{Base Additional Info
|Price=
|Unlocked=
|PowerUsed=
|ControlUsed=
|PowerProduced=
|ControlProduced=
|Crafted=
|Attaches=
}}


Attempted to create a standard template for base items. Will be prettied up later.