Show
Ignore:
Timestamp:
10/23/07 23:13:31 (2 years ago)
Author:
eevee
Message:

Fixed PsyPoke? links. (#156)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/dex/page/pokemon.tt

    r329 r351  
    558558<ul> 
    559559<li><a href="http://www.legendarypokemon.net/pokedex/[% IF this.id == 28; 'nidoran(f)'; ELSIF this.id == 25; 'nidoran(m)'; ELSE; tmp = this.name; tmp = tmp.replace(' ', ''); tmp | lower; END %]/">Legendary Pok&eacute;mon</a></li> 
    560 <li><a href="http://dynamic.gamespy.com/~psypoke/dex/pokedex.php?id=[% this.id %]">PsyPoke</a></li> 
    561 <li><a href="http://www.serebii.net/pokedex-dp/[% this.id.pad(3) %].shtml">Serebii</a></li> 
     560<li><a href="http://www.psypokes.com/dex/psydex/[% pid %]">PsyPoke</a></li> 
     561<li><a href="http://www.serebii.net/pokedex-dp/[% pid %].shtml">Serebii</a></li> 
    562562[% IF generation <= 1 %]<li>[% Icons.gsc %] <a href="http://www.pokemondungeon.com/pokedex/[% tmp = this.name; tmp = tmp.replace('\.', ''); tmp.replace(' ', '_') | lower %].shtml">Gengar and Haunter's Pok&eacute;mon Dungeon</a></li>[% END %] 
    563563[% IF generation <= 2 %]<li>[% Icons.rsefl %] <a href="http://www.smogon.com/rs/pokemon/[% IF this.id == 28; 'nidoran(f)'; ELSIF this.id == 25; 'nidoran(m)'; ELSE; tmp = this.name; tmp = tmp.replace(' ', '-'); tmp | lower; END %]">Smogon</a></li>[% END %]