Changeset 237
- Timestamp:
- 06/12/07 23:55:33 (3 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/templates/dex/page/pokemon.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/page/pokemon.tt
r236 r237 539 539 [% 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 %] 540 540 <li><a href="http://bulbapedia.bulbagarden.net/wiki/[% IF this.id == 28; 'Nidoran%E2%99%80'; ELSIF this.id == 25; 'Nidoran%E2%99%82'; ELSE; this.name.replace(' ', '_'); END %]_%28Pok%C3%A9mon%29">Bulbapedia</a></li> 541 [% IF generation <= 1%]<li>[% Icons.rby %] <a href="http://www.math.miami.edu/~jam/azure/pokedex/species/[% pid %].htm">Azure Heights</a></li>[% END %]541 [% IF generation <= 0 %]<li>[% Icons.rby %] <a href="http://www.math.miami.edu/~jam/azure/pokedex/species/[% pid %].htm">Azure Heights</a></li>[% END %] 542 542 </ul> 543 543
