mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
link test three
This commit is contained in:
parent
730ff956f9
commit
801dacf3b0
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ id | The identifier for this ability resource
|
|||
name | The name for this ability resource | string
|
||||
is_main_series | Whether or not this ability originated in the main series of the video games | boolean
|
||||
generation | The generation this ability originated in | [APIResource](#apiresource)([Generation](#generation))
|
||||
names | The name of this ability listed in different languages | [[Name](#name)]
|
||||
names | The name of this ability listed in different languages | [[Name](#resourcename)]
|
||||
effect_entries | The effect of this ability listed in different languages | [[VerboseEffect](#verboseeffect)]
|
||||
effect_changes | Some abilities effects have changed across different version groups of the games. This is a list of those changes in different languages | [[AbilityEffectChange](#abilityeffectchange)]
|
||||
flavor_text_entries | The flavor text of this ability listed in different languages | [VersionSpecificFlavorText] TODO
|
||||
|
@ -262,7 +262,7 @@ flavor_text | The localized name for an api resource in a specific language | st
|
|||
language | The language this name is in | APIResource
|
||||
|
||||
|
||||
#### Name
|
||||
#### <a name="resourcename"></a>Name
|
||||
|
||||
Name | Description | Data Type
|
||||
---- | ----------- | ---------
|
||||
|
|
Loading…
Add table
Reference in a new issue