Changeset 351

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

Fixed PsyPoke? links. (#156)

Location:
veekun/trunk/templates/dex/page
Files:
2 modified

Legend:

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

    r236 r351  
    263263<ul> 
    264264<li><a href="http://www.legendarypokemon.net/attacks/[% this.name.replace(' ', '+') %]/">Legendary Pok&eacute;mon</a></li> 
    265 <li><a href="http://dynamic.gamespy.com/~psypoke/dex/techdex.php?id=[% this.id %]">PsyPoke</a></li> 
     265<li><a href="http://www.psypokes.com/dex/techdex/[% pid %]">PsyPoke</a></li> 
    266266<li><a href="http://www.serebii.net/attackdex-dp/[% this.name.replace(' ', '') | lower %].shtml">Serebii</a></li> 
    267267<li><a href="http://www.smogon.com/rs/[% this.name.replace(' ', '-') | lower %]">Smogon</a></li> 
  • 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 %]