Changeset 185
- Timestamp:
- 05/28/07 10:23:13 (3 years ago)
- Location:
- veekun/trunk/templates/dex/page
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/dex/page/move.tt
r170 r185 265 265 <li><a href="http://www.serebii.net/attackdex-dp/[% this.name.replace(' ', '') | lower %].shtml">Serebii</a></li> 266 266 <li><a href="http://www.smogon.com/rs/[% this.name.replace(' ', '-') | lower %]">Smogon</a></li> 267 <li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name.replace(' ', '_') %]_%28move%29">Bulba Pedia</a></li>267 <li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name.replace(' ', '_') %]_%28move%29">Bulbapedia</a></li> 268 268 [% IF generation == 0 %]<li><a href="http://www.math.miami.edu/~jam/azure/attacks/[% this.name.substr(0, 1) | lower %]/[% this.name.replace(' ', '_') | lower %].htm">Azure Heights</a></li>[% END %] 269 269 </ul> -
veekun/trunk/templates/dex/page/pokemon.tt
r175 r185 620 620 [% 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 %] 621 621 [% 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 %] 622 <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">Bulba Pedia</a></li>622 <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> 623 623 [% IF generation <= 1 %]<li>[% Icons.rby %] <a href="http://www.math.miami.edu/~jam/azure/pokedex/species/[% pid %].htm">Azure Heights</a></li>[% END %] 624 624 </ul> -
veekun/trunk/templates/dex/page/type.tt
r155 r185 98 98 <h1>[% this.name | ucfirst %] in other Pokédexes</h1> 99 99 <ul> 100 <li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name | ucfirst %]_%28type%29">Bulba Pedia</a></li>100 <li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name | ucfirst %]_%28type%29">Bulbapedia</a></li> 101 101 <li><a href="http://www.smogon.com/rs/types/[% this.name | lower %]">Smogon</a></li> 102 102 [% IF generation <= 1 %]<li>[% Icons.rby %] <a href="http://www.math.miami.edu/~jam/azure/pokedex/comp/[% this.name %].htm">Azure Heights</a></li>[% END %]
