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:
parent
8309b316f2
commit
d0c01810be
2 changed files with 18 additions and 22 deletions
pokedex/db
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue