Changes

Jump to: navigation, search

Template:Planeswalker Ability

2,459 bytes added, 10:52, 1 September 2018
Created page with "<noinclude> The Planeswalker Ability template is used for presenting the costs and effects of a planeswalker's ability at different levels. == Parameters == Parameters are:..."
<noinclude>
The Planeswalker Ability template is used for presenting the costs and effects of a planeswalker's ability at different levels.

== Parameters ==

Parameters are:
* <code><nowiki>{{{Name}}}</nowiki></code>: The name of the ability.
* <code><nowiki>{{{PW Level 1}}}</nowiki></code>: The range of planeswalker levels for which the ability is at level 1.
* <code><nowiki>{{{Loyalty 1}}}</nowiki></code>: The loyalty cost of the ability at level 1.
* <code><nowiki>{{{Effect 1}}}</nowiki></code>: The effect of the ability at level 1.
* <code><nowiki>{{{PW Level 2}}}</nowiki></code>: The range of planeswalker levels for which the ability is at level 2.
* <code><nowiki>{{{Loyalty 2}}}</nowiki></code>: The loyalty cost of the ability at level 2.
* <code><nowiki>{{{Effect 2}}}</nowiki></code>: The effect of the ability at level 2.
* <code><nowiki>{{{PW Level 3}}}</nowiki></code>: The range of planeswalker levels for which the ability is at level 3.
* <code><nowiki>{{{Loyalty 3}}}</nowiki></code>: The loyalty cost of the ability at level 3.
* <code><nowiki>{{{Effect 3}}}</nowiki></code>: The effect of the ability at level 3.
* <code><nowiki>{{{PW Level 4}}}</nowiki></code>: The range of planeswalker levels for which the ability is at level 4.
* <code><nowiki>{{{Loyalty 4}}}</nowiki></code>: The loyalty cost of the ability at level 4.
* <code><nowiki>{{{Effect 4}}}</nowiki></code>: The effect of the ability at level 4.

== Example ==

The following is an example of how to use this template to describe a planeswalker ability:

<pre><nowiki>
=== Nicol Bolas, God-Pharaoh ===
{{Planeswalker Ability
| Name = Scorpion's Sting
| PW Level 1 = 6-23
| Loyalty 1 = 9
| Effect 1 = Target creature your opponent controls gets -1/-1.
| PW Level 2 = 24-35
| Loyalty 2 = 9
| Effect 2 = Target creature your opponent controls gets -2/-2.
| PW Level 3 = 36-51
| Loyalty 3 = 9
| Effect 3 = Target creature your opponent controls gets -3/-3.
| PW Level 4 = 52-60
| Loyalty 4 = 9
| Effect 4 = Target creature your opponent controls is Destroyed.
}}

</nowiki></pre>

== Template ==

</noinclude>

{| class="wikitable"
! colspan="4" | {{{Name}}}
|-
! Ability Level
! PW level
! Loyalty
! Effect
|-
| 1 || {{{PW Level 1}}} || {{{Loyalty 1}}} || {{{Effect 1}}}
|-
| 2 || {{{PW Level 2}}} || {{{Loyalty 2}}} || {{{Effect 2}}}
|-
| 3 || {{{PW Level 3}}} || {{{Loyalty 3}}} || {{{Effect 3}}}
|-
| 4 || {{{PW Level 4}}} || {{{Loyalty 4}}} || {{{Effect 4}}}
|-
|}

Navigation menu