Changeset 185

Show
Ignore:
Timestamp:
05/28/07 10:23:13 (3 years ago)
Author:
eevee
Message:

Fixed the mis-camelcasing of "Bulbapedia". (#45)

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

Legend:

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

    r170 r185  
    265265<li><a href="http://www.serebii.net/attackdex-dp/[% this.name.replace(' ', '') | lower %].shtml">Serebii</a></li> 
    266266<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">BulbaPedia</a></li> 
     267<li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name.replace(' ', '_') %]_%28move%29">Bulbapedia</a></li> 
    268268[% 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 %] 
    269269</ul> 
  • veekun/trunk/templates/dex/page/pokemon.tt

    r175 r185  
    620620[% 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 %] 
    621621[% 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">BulbaPedia</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> 
    623623[% IF generation <= 1 %]<li>[% Icons.rby %] <a href="http://www.math.miami.edu/~jam/azure/pokedex/species/[% pid %].htm">Azure Heights</a></li>[% END %] 
    624624</ul> 
  • veekun/trunk/templates/dex/page/type.tt

    r155 r185  
    9898<h1>[% this.name | ucfirst %] in other Pok&eacute;dexes</h1> 
    9999<ul> 
    100 <li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name | ucfirst %]_%28type%29">BulbaPedia</a></li> 
     100<li><a href="http://bulbapedia.bulbagarden.net/wiki/[% this.name | ucfirst %]_%28type%29">Bulbapedia</a></li> 
    101101<li><a href="http://www.smogon.com/rs/types/[% this.name | lower %]">Smogon</a></li> 
    102102[% 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 %]