Difference between revisions of "Template:Ability infobox"
From Project: Gorgon Wiki
m |
(Updated with keywords.) |
||
| Line 12: | Line 12: | ||
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Level | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Level | ||
| <div class="block2" style="color:#ffffff;">{{{level|-}}}</div> | | <div class="block2" style="color:#ffffff;">{{{level|-}}}</div> | ||
| + | |- | ||
| + | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Damage | ||
| + | | <div class="block2" style="color:#ffffff;">{{{damage|-}}}</div> | ||
|- | |- | ||
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Power Cost | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Power Cost | ||
| Line 18: | Line 21: | ||
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Reuse Time | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Reuse Time | ||
| <div class="block2" style="color:#ffffff;">{{{reuse time|-}}}</div> | | <div class="block2" style="color:#ffffff;">{{{reuse time|-}}}</div> | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Special | ! style="background:#eee; color:#000000; border-radius:2px; width:100px;" align="center" | Special | ||
| <div class="block2" style="color:#ffffff;">{{{special|-}}}</div> | | <div class="block2" style="color:#ffffff;">{{{special|-}}}</div> | ||
| + | |- | ||
| + | {{ #if:{{{keywords|}}}|{{pipe}}- valign="top" | ||
| + | ! style="background:#f5e0c7; color:#000000; border-radius:2px; width:100px;" align="center" {{pipe}} Keywords: | ||
| + | {{pipe}} <div class="block2" style="color:#ffffff;">{{{keywords}}}</div> | ||
| + | }} | ||
|} | |} | ||
| − | + | ||
| − | |||
<noinclude> | <noinclude> | ||
; name | ; name | ||
| Line 36: | Line 40: | ||
; level | ; level | ||
: The level required to use the ability. | : The level required to use the ability. | ||
| + | ; damage | ||
| + | : Information about the ability. | ||
; power cost | ; power cost | ||
: Information about the ability. | : Information about the ability. | ||
; reuse time | ; reuse time | ||
| − | |||
| − | |||
: Information about the ability. | : Information about the ability. | ||
; special | ; special | ||
| Line 53: | Line 57: | ||
| name = Warmthball | | name = Warmthball | ||
| description = Throw a vaguely painful ball of warmth. | | description = Throw a vaguely painful ball of warmth. | ||
| − | | skill = | + | | skill = Fire Magic |
| level = 0 | | level = 0 | ||
| − | | power cost = | + | | damage = 8 Fire |
| + | | power cost = 0 | ||
| reuse time = 2 | | reuse time = 2 | ||
| range = 30 meters | | range = 30 meters | ||
| − | | | + | | special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} |
| − | | | + | | keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> |
}}</pre> | }}</pre> | ||
| − | + | {{Ability infobox | |
| name = Warmthball | | name = Warmthball | ||
| description = Throw a vaguely painful ball of warmth. | | description = Throw a vaguely painful ball of warmth. | ||
| − | | skill = | + | | skill = Fire Magic |
| level = 0 | | level = 0 | ||
| − | | power cost = | + | | damage = 8 Fire |
| + | | power cost = 0 | ||
| reuse time = 2 | | reuse time = 2 | ||
| range = 30 meters | | range = 30 meters | ||
| − | | | + | | special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}} |
| − | | | + | | keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p> |
}} | }} | ||
|} | |} | ||
[[Category:Formatting templates|Ability infobox]] | [[Category:Formatting templates|Ability infobox]] | ||
</noinclude> | </noinclude> | ||
Revision as of 13:24, 19 March 2020
| name
| |
|---|---|
| Error: Ability not found | |
| Description | -
|
| Skill | |
| Level | -
|
| Damage | -
|
| Power Cost | -
|
| Reuse Time | -
|
| Special | -
|
- name
- Must be the name of the ability.
- description
- The in-game description of the ability.
- skill
- The associated skill the ability is part of.
- level
- The level required to use the ability.
- damage
- Information about the ability.
- power cost
- Information about the ability.
- reuse time
- Information about the ability.
- special
- Information about the ability. (Optional).
- Sample output
| Code | Output | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Ability infobox
| name = Warmthball
| description = Throw a vaguely painful ball of warmth.
| skill = Fire Magic
| level = 0
| damage = 8 Fire
| power cost = 0
| reuse time = 2
| range = 30 meters
| special = {{Attribute|BOOST_SKILL_FIREMAGIC|+5}}
| keywords = <p>{{KWAB|Attack}}{{KWAB|FireMagic}}{{KWAB|Fireball}}{{KWAB|FireMagicAttack}}</p><p>{{KWAB|Ranged}}{{KWAB|BasicAttack}}{{KWAB|CombatRefresh}}{{KWAB|FireSpell}}</p>
}}
| ||||||||||||||||||||