Difference between revisions of "Template:BattleListRow"
From Cassette Beasts
(Extend to support up to 6 monsters) |
(Fix excess p tags) |
||
Line 1: | Line 1: | ||
− | <tr> | + | <noinclude><table class="wikitable"></noinclude><tr> |
<td>{{{member_1}}}{{#if: {{{member_2|}}}| & {{{member_2}}}}}</td> | <td>{{{member_1}}}{{#if: {{{member_2|}}}| & {{{member_2}}}}}</td> | ||
<td>{{{location}}}</td> | <td>{{{location}}}</td> | ||
− | <td align="center">{{#ifeq: {{{ai_can_fuse|}}}|yes|Yes|No}}</td> | + | <td align="center">{{#ifeq: {{{ai_can_fuse|}}}|yes|Yes|No}}</td>{{BattleTeamCell| monster = {{{monster_1}}}| bootleg_type = {{{monster_1_bootleg_type|}}}}}{{#if: {{{monster_2|}}}|{{BattleTeamCell| monster = {{{monster_2}}}| bootleg_type = {{{monster_2_bootleg_type|}}}}}}}{{#if: {{{monster_3|}}}|{{BattleTeamCell| monster = {{{monster_3}}}| bootleg_type = {{{monster_3_bootleg_type|}}}}}}}{{#if: {{{monster_4|}}}|{{BattleTeamCell| monster = {{{monster_4}}}| bootleg_type = {{{monster_4_bootleg_type|}}}}}}}{{#if: {{{monster_5|}}}|{{BattleTeamCell| monster = {{{monster_5}}}| bootleg_type = {{{monster_5_bootleg_type|}}}}}}}{{#if: {{{monster_6|}}}|{{BattleTeamCell| monster = {{{monster_6}}}| bootleg_type = {{{monster_6_bootleg_type|}}}}}}} |
− | {{BattleTeamCell| monster = {{{monster_1}}}| bootleg_type = {{{monster_1_bootleg_type|}}}}} | + | </tr><noinclude></table></noinclude> |
− | {{#if: {{{monster_2|}}}|{{BattleTeamCell| monster = {{{monster_2}}}| bootleg_type = {{{monster_2_bootleg_type|}}}}}}} | ||
− | {{#if: {{{monster_3|}}}|{{BattleTeamCell| monster = {{{monster_3}}}| bootleg_type = {{{monster_3_bootleg_type|}}}}}}} | ||
− | {{#if: {{{monster_4|}}}|{{BattleTeamCell| monster = {{{monster_4}}}| bootleg_type = {{{monster_4_bootleg_type|}}}}}}} | ||
− | {{#if: {{{monster_5|}}}|{{BattleTeamCell| monster = {{{monster_5}}}| bootleg_type = {{{monster_5_bootleg_type|}}}}}}} | ||
− | {{#if: {{{monster_6|}}}|{{BattleTeamCell| monster = {{{monster_6}}}| bootleg_type = {{{monster_6_bootleg_type|}}}}}}} | ||
− | </tr> |