7,180
edits
Changes
Created page with "<noinclude>Creates a row of a table containing details of a given Planeswalker. The only parameter is the full name of the Planeswalker. == Example == This shorthand <pre> {..."
<noinclude>Creates a row of a table containing details of a given Planeswalker.
The only parameter is the full name of the Planeswalker.
== Example ==
This shorthand
<pre>
{| class="wikitable"
{{PW table row|Ajani, Unyielding}}
{{PW table row|Arlinn Kord}}
|}
</pre>
Produces:
{| class="wikitable"
{{PW table row|Ajani, Unyielding}}
{{PW table row|Arlinn Kord}}
|}
</noinclude><includeonly>|-
! style="text-align: left;" | {{nowrap| [[{{{1}}}]]<!--
-->{{#if: {{PW data: {{{1}}}|2}} | <small>({{PW data: {{{1}}}|2}})</small> |}}<!--
-->{{#if: {{PW data: {{{1}}}|4}} | [[File:PW-transform-icon.png|x18px|link={{{1}}}|Transforms]]|}} }}
| [[{{PW data: {{{1}}}|6}}]]
| {{Color Icons|{{PW data: {{{1}}}|7}}}}
| {{CellTintW}} | {{#explode:{{PW data: {{{1}}}|8}}|,|0}}
| {{CellTintU}} | {{#explode:{{PW data: {{{1}}}|8}}|,|1}}
| {{CellTintB}} | {{#explode:{{PW data: {{{1}}}|8}}|,|2}}
| {{CellTintR}} | {{#explode:{{PW data: {{{1}}}|8}}|,|3}}
| {{CellTintG}} | {{#explode:{{PW data: {{{1}}}|8}}|,|4}}
| {{#explode:{{PW data: {{{1}}}|9}}|,|0}}
| {{#explode:{{PW data: {{{1}}}|9}}|,|1}}
| {{#explode:{{PW data: {{{1}}}|9}}|,|2}}
| {{PW data: {{{1}}}|10}}
</includeonly>
The only parameter is the full name of the Planeswalker.
== Example ==
This shorthand
<pre>
{| class="wikitable"
{{PW table row|Ajani, Unyielding}}
{{PW table row|Arlinn Kord}}
|}
</pre>
Produces:
{| class="wikitable"
{{PW table row|Ajani, Unyielding}}
{{PW table row|Arlinn Kord}}
|}
</noinclude><includeonly>|-
! style="text-align: left;" | {{nowrap| [[{{{1}}}]]<!--
-->{{#if: {{PW data: {{{1}}}|2}} | <small>({{PW data: {{{1}}}|2}})</small> |}}<!--
-->{{#if: {{PW data: {{{1}}}|4}} | [[File:PW-transform-icon.png|x18px|link={{{1}}}|Transforms]]|}} }}
| [[{{PW data: {{{1}}}|6}}]]
| {{Color Icons|{{PW data: {{{1}}}|7}}}}
| {{CellTintW}} | {{#explode:{{PW data: {{{1}}}|8}}|,|0}}
| {{CellTintU}} | {{#explode:{{PW data: {{{1}}}|8}}|,|1}}
| {{CellTintB}} | {{#explode:{{PW data: {{{1}}}|8}}|,|2}}
| {{CellTintR}} | {{#explode:{{PW data: {{{1}}}|8}}|,|3}}
| {{CellTintG}} | {{#explode:{{PW data: {{{1}}}|8}}|,|4}}
| {{#explode:{{PW data: {{{1}}}|9}}|,|0}}
| {{#explode:{{PW data: {{{1}}}|9}}|,|1}}
| {{#explode:{{PW data: {{{1}}}|9}}|,|2}}
| {{PW data: {{{1}}}|10}}
</includeonly>