1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Pokemon species split: Lookup & Markdown

This commit is contained in:
Petr Viktorin 2011-04-30 02:10:57 +03:00
parent 8309b316f2
commit d0c01810be
2 changed files with 18 additions and 22 deletions
pokedex/db

View file

@ -154,7 +154,7 @@ class PokedexLinkPattern(markdown.inlinepatterns.Pattern):
item=tables.Item,
location=tables.Location,
move=tables.Move,
pokemon=tables.Pokemon,
pokemon=tables.PokemonSpecies,
type=tables.Type,
)[category]
except KeyError: