Template:TeamCard

From Rejuvenation Wiki
Jump to navigation Jump to search
  • [[{{{location}}}|{{{ location }}}]]
  • Reward: {{{ reward }}}
  • [Show Team]
VS
{{{trainer1}}}

Description

A TeamCard wrapping a trainer, some info about them and its pokemon team.

Properties

  • `index`: used for the [show team] collaspible element. It doesnt matter what is it exactly (a number, a name...) : it just needs to be unique per page.
  • `trainer1` and `trainer2` (if applicable): contains the trainer's title, full name and picture's name separated by a single `;` *between them*.
    • If available, use [trainer's name]_VS pics, but if not available any picture should do!
  • `location`: contains the location's name: if it exists withing the wiki, it should make a link automatically.
  • `reward`: the reward. If money, you can use the [[File:PokémonDollar.png]] icon.
  • `team1` and `team2` (if applicable): contains the full team. By using Template:PokemonCard template, you can fill out those. Each template must be separated by a double `;;` *between them* and a newline (the spaces after the newline doesn't matter: it's just for visual consistency).

SYNTAX

{{ TeamCard
 | index = uniqueIdentifierPerPage
 | trainer1 = title;name;picture
 | trainer2 = title;name;picture
 | location = location
 | reward = reward
 | team1 = {{ PokemonCard 
            | ...
           }};;
           {{ PokemonCard 
            | ... 
           }};;
           {{ PokemonCard 
            | ...
           }}
 | team2 = {{ PokemonCard 
            | ...
           }};;
           {{ PokemonCard 
            | ... 
           }};;
           {{ PokemonCard 
            | ...
           }}
}}

SAMPLES

VS
Punk GirlMusic Enthousiast
Venam_VSAmber_VS
VenamAmber
       charizard
charizard ♀️
Lv. 75
  • HP: 0
  • ATK: 252
  • DEF: 4
  • SPA: 0
  • SPD: 0
  • SPE: 252
  • IVs: 15
       charizard
charizard ♀️
Lv. 75
  • HP: 0
  • ATK: 252
  • DEF: 4
  • SPA: 0
  • SPD: 0
  • SPE: 252
  • IVs: 15
       charizard
charizard ♀️
Lv. 75
  • HP: 0
  • ATK: 252
  • DEF: 4
  • SPA: 0
  • SPD: 0
  • SPE: 252
  • IVs: 15
       charizard
charizard ♀️
Lv. 75
  • HP: 0
  • ATK: 252
  • DEF: 4
  • SPA: 0
  • SPD: 0
  • SPE: 252
  • IVs: 15
       charizard
charizard ♀️
Lv. 75
  • HP: 0
  • ATK: 252
  • DEF: 4
  • SPA: 0
  • SPD: 0
  • SPE: 252
  • IVs: 15
       charizard
charizard ♀️
Lv. 75
  • HP: 0
  • ATK: 252
  • DEF: 4
  • SPA: 0
  • SPD: 0
  • SPE: 252
  • IVs: 15
{{ TeamCard
  | index = 1
  | trainer1 = Punk Girl;Venam;Venam_VS
  | trainer2 = Music Enthousiast;Amber;Amber_VS
  | location = Tournament Stadium
  | reward = [[File:PokémonDollar.png]]1500
  | team1 = {{ PokemonCard
             | index = 006
             | specie = charizard
             | gender = ♀️
             | types = fire/flying
             | ability = blaze
             | nature = adamant
             | level = 75
             | heldItem = Oran Berry
             | move1 = Fire Blast;fire;special
             | move2 = Hurricane;flying;special
             | move3 = Focus Blast;fighting;special
             | move4 = Will-O-Wisp;fire;status
             | evs = 0;252;4;0;0;252
             | ivs = 15
            }};;
            {{ PokemonCard
             | index = 006
             | specie = charizard
             | gender = ♀️
             | types = fire/flying
             | ability = blaze
             | nature = adamant
             | level = 75
             | heldItem = Oran Berry
             | move1 = Fire Blast;fire;special
             | move2 = Hurricane;flying;special
             | move3 = Focus Blast;fighting;special
             | move4 = Will-O-Wisp;fire;status
             | evs = 0;252;4;0;0;252
             | ivs = 15
            }};;
            {{ PokemonCard
             | index = 006
             | specie = charizard
             | gender = ♀️
             | types = fire/flying
             | ability = blaze
             | nature = adamant
             | level = 75
             | heldItem = Oran Berry
             | move1 = Fire Blast;fire;special
             | move2 = Hurricane;flying;special
             | move3 = Focus Blast;fighting;special
             | move4 = Will-O-Wisp;fire;status
             | evs = 0;252;4;0;0;252
             | ivs = 15
            }}
  | team2 = {{ PokemonCard
             | index = 006
             | specie = charizard
             | gender = ♀️
             | types = fire/flying
             | ability = blaze
             | nature = adamant
             | level = 75
             | heldItem = Oran Berry
             | move1 = Fire Blast;fire;special
             | move2 = Hurricane;flying;special
             | move3 = Focus Blast;fighting;special
             | move4 = Will-O-Wisp;fire;status
             | evs = 0;252;4;0;0;252
             | ivs = 15
            }};;
            {{ PokemonCard
             | index = 006
             | specie = charizard
             | gender = ♀️
             | types = fire/flying
             | ability = blaze
             | nature = adamant
             | level = 75
             | heldItem = Oran Berry
             | move1 = Fire Blast;fire;special
             | move2 = Hurricane;flying;special
             | move3 = Focus Blast;fighting;special
             | move4 = Will-O-Wisp;fire;status
             | evs = 0;252;4;0;0;252
             | ivs = 15
            }};;
            {{ PokemonCard
             | index = 006
             | specie = charizard
             | gender = ♀️
             | types = fire/flying
             | ability = blaze
             | nature = adamant
             | level = 75
             | heldItem = Oran Berry
             | move1 = Fire Blast;fire;special
             | move2 = Hurricane;flying;special
             | move3 = Focus Blast;fighting;special
             | move4 = Will-O-Wisp;fire;status
             | evs = 0;252;4;0;0;252
             | ivs = 15
            }}
}}