mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Different format?
This commit is contained in:
parent
74ff5929fb
commit
0e5df48d71
1 changed files with 1 additions and 1 deletions
|
@ -2167,7 +2167,7 @@ class Type(TableBase):
|
||||||
doc=u"The ID of the damage class this type's moves had before Generation IV, null if not applicable (e.g. ???).")
|
doc=u"The ID of the damage class this type's moves had before Generation IV, null if not applicable (e.g. ???).")
|
||||||
color = Column(Unicode(7), nullable=True,
|
color = Column(Unicode(7), nullable=True,
|
||||||
doc=u"The hex value for the type's color.",
|
doc=u"The hex value for the type's color.",
|
||||||
info=dict(format='plaintext'))
|
info=dict(format='latex'))
|
||||||
|
|
||||||
create_translation_table('type_names', Type, 'names',
|
create_translation_table('type_names', Type, 'names',
|
||||||
relation_lazy='joined',
|
relation_lazy='joined',
|
||||||
|
|
Loading…
Reference in a new issue