Difference between revisions of "Template:BattleTeam"

From Cassette Beasts
(Change to use BattleTeamCell template)
(Add support for specifying bootleg types)
Line 10: Line 10:
 
{{BattleTeamCell
 
{{BattleTeamCell
 
| monster = {{{monster_1}}}
 
| monster = {{{monster_1}}}
 +
| bootleg_type = {{{monster_1_bootleg_type|}}}
 
}}
 
}}
 
{{#if: {{{monster_2|}}}|
 
{{#if: {{{monster_2|}}}|
 
{{BattleTeamCell
 
{{BattleTeamCell
 
| monster = {{{monster_2}}}
 
| monster = {{{monster_2}}}
 +
| bootleg_type = {{{monster_2_bootleg_type|}}}
 
}}
 
}}
 
}}
 
}}
Line 20: Line 22:
 
{{BattleTeamCell
 
{{BattleTeamCell
 
| monster = {{{monster_3}}}
 
| monster = {{{monster_3}}}
 +
| bootleg_type = {{{monster_3_bootleg_type|}}}
 
}}
 
}}
 
{{#if: {{{monster_4|}}}|
 
{{#if: {{{monster_4|}}}|
 
{{BattleTeamCell
 
{{BattleTeamCell
 
| monster = {{{monster_4}}}
 
| monster = {{{monster_4}}}
 +
| bootleg_type = {{{monster_4_bootleg_type|}}}
 
}}
 
}}
 
}}
 
}}
Line 30: Line 34:
 
{{BattleTeamCell
 
{{BattleTeamCell
 
| monster = {{{monster_5}}}
 
| monster = {{{monster_5}}}
 +
| bootleg_type = {{{monster_5_bootleg_type|}}}
 
}}
 
}}
 
{{#if: {{{monster_6|}}}|
 
{{#if: {{{monster_6|}}}|
 
{{BattleTeamCell
 
{{BattleTeamCell
 
| monster = {{{monster_6}}}
 
| monster = {{{monster_6}}}
 +
| bootleg_type = {{{monster_6_bootleg_type|}}}
 
}}
 
}}
 
}}
 
}}
Line 71: Line 77:
 
| 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>

Revision as of 01:05, 24 May 2023