Difference between revisions of "Template:BattleListRow"
From Cassette Beasts
(Create template) |
(Fix excess p tags) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude><table class="wikitable"></noinclude><tr> | |
− | + | <td>{{{member_1}}}{{#if: {{{member_2|}}}| & {{{member_2}}}}}</td> | |
− | + | <td>{{{location}}}</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|}}}}}}} | |
− | + | </tr><noinclude></table></noinclude> | |
− | | monster = {{{monster_1}}} | ||
− | | bootleg_type = {{{monster_1_bootleg_type|}}} | ||
− | }} | ||
− | |||
− | {{BattleTeamCell | ||
− | | monster = {{{monster_2}}} | ||
− | | bootleg_type = {{{monster_2_bootleg_type|}}} | ||
− | }} | ||
− | }} |