Difference between revisions of "Template:Ability Infobox"
From Destiny 1 Wiki
(Created page with "{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;" |- ! colspan="2" style="background-color: #007600; color: #FFFFFF;...") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;" | {| class="infobox" style="font-size:89%; width:21em; -moz-border-radius: .2em; -webkit-border-radius: .2em;" | ||
|- | |- | ||
− | ! colspan="2" style="background-color: # | + | ! colspan="2" style="background-color: #254b72; color: #FFFFFF; font-size:120%; padding:0.5em;" | {{{name|{{PAGENAME}}}}} |
|- | |- | ||
! colspan="2" |{{#if:{{{image|}}}|[[Image:{{{image}}}|{{PAGENAME}}]]|}} | ! colspan="2" |{{#if:{{{image|}}}|[[Image:{{{image}}}|{{PAGENAME}}]]|}} | ||
|- | |- | ||
− | ! colspan="2" style="background-color: # | + | ! colspan="2" style="background-color: #254b72; color: #FFFFFF; padding:0em;" | Information |
|- | |- | ||
{{#if: {{{Class|}}}| | {{#if: {{{Class|}}}| | ||
Line 18: | Line 18: | ||
{{!}} '''Type''' | {{!}} '''Type''' | ||
{{!}} {{{Type|}}} }} | {{!}} {{{Type|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Damage|}}}| | ||
+ | {{!}} '''Damage''' | ||
+ | {{!}} {{{Damage|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Radius|}}}| | ||
+ | {{!}} '''Radius''' | ||
+ | {{!}} {{{Radius|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Cooldown|}}}| | ||
+ | {{!}} '''Cooldown''' | ||
+ | {{!}} {{{Cooldown|}}} }} | ||
|- | |- | ||
{{#if: {{{Prerequisite|}}}| | {{#if: {{{Prerequisite|}}}| | ||
Line 23: | Line 35: | ||
{{!}} {{{Prerequisite|}}} }} | {{!}} {{{Prerequisite|}}} }} | ||
|- | |- | ||
− | {{#if: {{{ | + | {{#if: {{{Next|}}}| |
− | {{!}} ''' | + | {{!}} '''Next''' |
− | {{!}} {{{ | + | {{!}} {{{Next|}}} }} |
+ | |- | ||
+ | {{#if: {{{Perk 1|}}}| | ||
+ | {{!}} '''Perk 1''' | ||
+ | {{!}} {{{Perk 1|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Perk 2|}}}| | ||
+ | {{!}} '''Perk 2''' | ||
+ | {{!}} {{{Perk 2|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Perk 3|}}}| | ||
+ | {{!}} '''Perk 3''' | ||
+ | {{!}} {{{Perk 3|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Function|}}}| | ||
+ | {{!}} '''Function''' | ||
+ | {{!}} {{{Function|}}} }} | ||
|- | |- | ||
{{#if: {{{Description|}}}| | {{#if: {{{Description|}}}| | ||
{{!}} '''Description''' | {{!}} '''Description''' | ||
{{!}} {{{Description|}}} }} | {{!}} {{{Description|}}} }} | ||
+ | |- | ||
+ | {{#if: {{{Key Bind|}}}| | ||
+ | {{!}} '''Key Bind''' | ||
+ | {{!}} {{{Key Bind|}}} }} | ||
|- | |- | ||
{{#if: {{{Extra|}}}| | {{#if: {{{Extra|}}}| | ||
Line 35: | Line 67: | ||
{{!}} {{{Extra|}}} }} | {{!}} {{{Extra|}}} }} | ||
|- | |- | ||
− | |}<includeonly>[[Category:Abilities|{{PAGENAME}}]] {{#set:Class={{{Class|}}} }} {{#set:Subclass={{{Subclass|}}} }} {{#set:Type={{{Type|}}} }} {{#set:Prerequisite={{{Prerequisite|}}} }} {{#set: | + | |}<includeonly>[[Category:Abilities|{{PAGENAME}}]] {{#set:Class={{{Class|}}} }} {{#set:Subclass={{{Subclass|}}} |+sep}} {{#set:Type={{{Type|}}} }} {{#set:Damage={{{Damage|}}} }} {{#set:Radius={{{Radius|}}} }} {{#set:Cooldown={{{Cooldown|}}} }} {{#set:Prerequisite={{{Prerequisite|}}} }} {{#set:Next={{{Next|}}} }} {{#set:Perk 1={{{Perk 1|}}} |+sep}} {{#set:Perk 2={{{Perk 2|}}} |+sep}} {{#set:Perk 3={{{Perk 3|}}} |+sep}} {{#set:Description={{{Description|}}} }} {{#set:Key Bind={{{Key Bind|}}} }}{{#set:Extra={{{Extra|}}} }} </includeonly> |
<noinclude> | <noinclude> | ||
<pre> | <pre> | ||
Line 45: | Line 77: | ||
| Subclass = | | Subclass = | ||
| Type = | | Type = | ||
+ | | Damage = | ||
+ | | Radius = | ||
+ | | Cooldown = | ||
| Prerequisite = | | Prerequisite = | ||
− | | | + | | Next = |
+ | | Perk 1 = | ||
+ | | Perk 2 = | ||
+ | | Perk 3 = | ||
+ | | Function = | ||
| Description = | | Description = | ||
+ | | Key Bind = | ||
| Extra = | | Extra = | ||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 21:00, 28 August 2015
Ability Infobox | |
---|---|
Information |
Usage {{Ability Infobox | image = | Class = | Subclass = | Type = | Damage = | Radius = | Cooldown = | Prerequisite = | Next = | Perk 1 = | Perk 2 = | Perk 3 = | Function = | Description = | Key Bind = | Extra = }}