Changeset 351
- Timestamp:
- 10/23/07 23:13:31 (14 months ago)
- Location:
- veekun/trunk/templates/dex/page
- Files:
-
- 2 modified
-
move.tt (modified) (1 diff)
-
pokemon.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/page/move.tt
r236 r351 263 263 <ul> 264 264 <li><a href="http://www.legendarypokemon.net/attacks/[% this.name.replace(' ', '+') %]/">Legendary Poké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> 266 266 <li><a href="http://www.serebii.net/attackdex-dp/[% this.name.replace(' ', '') | lower %].shtml">Serebii</a></li> 267 267 <li><a href="http://www.smogon.com/rs/[% this.name.replace(' ', '-') | lower %]">Smogon</a></li> -
veekun/trunk/templates/dex/page/pokemon.tt
r329 r351 558 558 <ul> 559 559 <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é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> 562 562 [% 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émon Dungeon</a></li>[% END %] 563 563 [% 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 %]
