Difference between revisions of "Template:BattleTeam"
From Cassette Beasts
(Make team member names headers) |
(Added slots 7 and 8 due to frankie and vin eventually using more than 6 tapes) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
</tr>}} | </tr>}} | ||
<tr> | <tr> | ||
− | + | {{BattleTeamCell | |
− | {{#if: {{{monster_2|}}}| | + | | monster = {{{monster_1}}} |
+ | | bootleg_type = {{{monster_1_bootleg_type|}}} | ||
+ | }} | ||
+ | {{#if: {{{monster_2|}}}| | ||
+ | {{BattleTeamCell | ||
+ | | monster = {{{monster_2}}} | ||
+ | | bootleg_type = {{{monster_2_bootleg_type|}}} | ||
+ | }} | ||
+ | }} | ||
</tr> | </tr> | ||
{{#if: {{{monster_3|}}}|<tr> | {{#if: {{{monster_3|}}}|<tr> | ||
− | + | {{BattleTeamCell | |
− | {{#if: {{{monster_4|}}}| | + | | monster = {{{monster_3}}} |
+ | | bootleg_type = {{{monster_3_bootleg_type|}}} | ||
+ | }} | ||
+ | {{#if: {{{monster_4|}}}| | ||
+ | {{BattleTeamCell | ||
+ | | monster = {{{monster_4}}} | ||
+ | | bootleg_type = {{{monster_4_bootleg_type|}}} | ||
+ | }} | ||
+ | }} | ||
</tr>}} | </tr>}} | ||
{{#if: {{{monster_5|}}}|<tr> | {{#if: {{{monster_5|}}}|<tr> | ||
− | + | {{BattleTeamCell | |
− | {{#if: {{{ | + | | monster = {{{monster_5}}} |
+ | | bootleg_type = {{{monster_5_bootleg_type|}}} | ||
+ | }} | ||
+ | {{#if: {{{monster_6|}}}| | ||
+ | {{BattleTeamCell | ||
+ | | monster = {{{monster_6}}} | ||
+ | | bootleg_type = {{{monster_6_bootleg_type|}}} | ||
+ | }} | ||
+ | }} | ||
+ | </tr>}} | ||
+ | {{#if: {{{monster_7|}}}|<tr> | ||
+ | {{BattleTeamCell | ||
+ | | monster = {{{monster_7}}} | ||
+ | | bootleg_type = {{{monster_7_bootleg_type|}}} | ||
+ | }} | ||
+ | {{#if: {{{monster_8|}}}| | ||
+ | {{BattleTeamCell | ||
+ | | monster = {{{monster_8}}} | ||
+ | | bootleg_type = {{{monster_8_bootleg_type|}}} | ||
+ | }} | ||
+ | }} | ||
</tr>}} | </tr>}} | ||
</table><noinclude> | </table><noinclude> | ||
Line 53: | Line 89: | ||
| member_1 = Wallace | | member_1 = Wallace | ||
| monster_1 = Weevilite | | monster_1 = Weevilite | ||
+ | }} | ||
+ | |||
+ | {{BattleTeam | ||
+ | | member_1 = Wallace | ||
+ | | monster_1 = Weevilite | ||
+ | | monster_2 = Weevilite | ||
+ | | monster_2_bootleg_type = Fire | ||
+ | | monster_3 = Lobstacle | ||
+ | | monster_4 = Fungogh | ||
+ | | monster_5 = Lobstacle | ||
+ | | monster_5_bootleg_type = Water | ||
+ | | monster_6 = Fungogh | ||
}} | }} | ||
</noinclude> | </noinclude> |