@attribute [StreamRendering] @rendermode InteractiveServer
@if (_pokemon.IsVariation) {

@_pokemon.VariationName @_pokemon.PokemonName

} else {

@_pokemon.PokemonName

}

Pokédex #@_pokemon.PokemonId

@if (string.IsNullOrEmpty(_pokemon.FlavorText)) {

[ Pokemon Flavor Text Placeholder ]

} else {

@_pokemon.FlavorText

}

@_pokemon.SleepType

@_pokemon.Speciality