link test three

This commit is contained in:
Adickes 2015-11-28 11:35:53 -05:00
parent 730ff956f9
commit 801dacf3b0

View file

@ -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
---- | ----------- | ---------