Difference between revisions of "Template:Base Additional Info"
From Paragon Wiki Archive
m (checking class=wikitable instead) |
(tweaks) |
||
Line 1: | Line 1: | ||
− | {| class="wikitable" | + | <includeonly>{| class="wikitable" |
|- | |- | ||
{{#if: {{{Type|}}} |{{!}} '''Base Element Type''' {{!!}} {{{Type}}} }} | {{#if: {{{Type|}}} |{{!}} '''Base Element Type''' {{!!}} {{{Type}}} }} | ||
|- | |- | ||
− | + | ! Price | |
| {{{Price}}} [[prestige]] | | {{{Price}}} [[prestige]] | ||
|- | |- | ||
− | {{#if: {{{Issue|}}} | + | {{#if: {{{Issue|}}} ! Issue Added |
+ | {{!}} {{{Issue}}} }} | ||
|- | |- | ||
− | {{#if: {{{Unlocked|}}} | + | {{#if: {{{Unlocked|}}} ! Unlocked by |
+ | {{!}} {{{Unlocked}}} }} | ||
|- | |- | ||
− | {{#if: {{{DeviceRank|}}} | + | {{#if: {{{DeviceRank|}}} ! Device Rank |
+ | {{!}} {{{DeviceRank}}} }} | ||
|- | |- | ||
− | {{#if:{{{PowerUsed|}}} | + | {{#if:{{{PowerUsed|}}} ! Energy Consumed |
+ | {{!}} {{{PowerUsed}}} }} | ||
|- | |- | ||
− | {{#if:{{{ControlUsed|}}} | + | {{#if:{{{ControlUsed|}}} ! Control Consumed |
+ | {{!}}{{{ControlUsed}}} }} | ||
|- | |- | ||
− | {{#if:{{{PowerProduced|}}} | + | {{#if:{{{PowerProduced|}}} ! Power Produced |
+ | {{!}}{{{PowerProduced}}} }} | ||
|- | |- | ||
− | {{#if:{{{ControlProduced|}}} | + | {{#if:{{{ControlProduced|}}} ! Control Produced |
+ | {{!}}{{{ControlProduced}}} }} | ||
|- | |- | ||
− | + | ! Crafted at | |
+ | | {{#if:{{{Crafted|}}}|{{{Crafted|Not Crafted}}}|Not Crafted}} | ||
|- | |- | ||
− | {{#if:{{{Salvage|}}} | + | {{#if:{{{Salvage|}}} ! Salvage Required |
+ | {{!}}{{{Salvage}}}}} | ||
|- | |- | ||
− | {{#if:{{{MaxCon|}}} | + | {{#if:{{{MaxCon|}}} ! Maximum Connections |
+ | {{!}}{{{MaxCon}}}}} | ||
|- | |- | ||
− | {{#if:{{{Attaches|}}} | + | {{#if:{{{Attaches|}}} ! Attaches to |
+ | {{!}}{{{Attaches}}}}} | ||
|- | |- | ||
− | {{#if:{{{AllowedAux|}}} | + | {{#if:{{{AllowedAux|}}} ! Allowed Auxilary |
− | |}<noinclude> | + | {{!}}{{{AllowedAux}}}}} |
+ | |}</includeonly><noinclude> | ||
− | |||
− | |||
− | |||
− | |||
<PRE><nowiki>{{</nowiki>Base Additional Info | <PRE><nowiki>{{</nowiki>Base Additional Info | ||
|Type= | |Type= | ||
Line 52: | Line 60: | ||
<nowiki>}}</nowiki></PRE> | <nowiki>}}</nowiki></PRE> | ||
+ | ; For Example | ||
+ | |||
+ | <PRE><nowiki>{{</nowiki>Base Additional Info | ||
+ | |Type=Control | ||
+ | |Price=10,000 | ||
+ | |Issue=13 | ||
+ | |Unlocked=Some Random Badge | ||
+ | |DeviceRank=2 | ||
+ | |PowerUsed=50 | ||
+ | |ControlUsed= | ||
+ | |PowerProduced= | ||
+ | |ControlProduced=1000 | ||
+ | |Crafted=[[Advanced Worktable]] | ||
+ | |Salvage={{ISalvage|Brass|1}}, {{ISalvage|Luck Charm|1}} | ||
+ | |MaxCon=2 | ||
+ | |Attaches= | ||
+ | |AllowedAux=Another Item | ||
+ | <nowiki>}}</nowiki></PRE> | ||
+ | |||
+ | {{Base Additional Info | ||
+ | |Type=Control | ||
+ | |Price=10,000 | ||
+ | |Issue=13 | ||
+ | |Unlocked=Some Random Badge | ||
+ | |DeviceRank=2 | ||
+ | |PowerUsed=50 | ||
+ | |ControlUsed= | ||
+ | |PowerProduced= | ||
+ | |ControlProduced=1000 | ||
+ | |Crafted=[[Advanced Worktable]] | ||
+ | |Salvage={{ISalvage|Brass|1}}, {{ISalvage|Luck Charm|1}} | ||
+ | |MaxCon=2 | ||
+ | |Attaches= | ||
+ | |AllowedAux=Another Item | ||
+ | }} | ||
+ | |||
+ | This template is used under the "Additional Information" section on base item pages. | ||
− | + | [[Category:Templates|{{PAGENAME}}]]</noinclude> |
Revision as of 00:50, 6 December 2008
{{Base Additional Info |Type= |Price= |Issue= |Unlocked= |DeviceRank= |PowerUsed= |ControlUsed= |PowerProduced= |ControlProduced= |Crafted= |Salvage= |MaxCon= |Attaches= |AllowedAux= }}
- For Example
{{Base Additional Info |Type=Control |Price=10,000 |Issue=13 |Unlocked=Some Random Badge |DeviceRank=2 |PowerUsed=50 |ControlUsed= |PowerProduced= |ControlProduced=1000 |Crafted=[[Advanced Worktable]] |Salvage={{ISalvage|Brass|1}}, {{ISalvage|Luck Charm|1}} |MaxCon=2 |Attaches= |AllowedAux=Another Item }}
Base Element Type | Control |
Price | 10,000 prestige |
Issue Added | 13 |
Unlocked by | Some Random Badge |
Device Rank | 2 |
Energy Consumed | 50 |
Control Produced | 1000 |
Crafted at | Advanced Worktable |
Salvage Required | 1 Brass, 1 Luck Charm |
Maximum Connections | 2 |
Allowed "Aux" Items | Another Item |
This template is used under the "Additional Information" section on base item pages.