Syntax
$animeCharInfo[animeID;character;result]
Usage
| Option | Type | Optional | Example |
|---|
| Anime ID | Number | false | The ID of anime as in MAL |
| Character | String | false | Name of the character you are searching for (must be in the specified anime) |
| Result | String | false | Result to return. Refer the table below |
Use like: $animeCharInfo[$getID[anime_name];character_name;result_type]
Result Table
| Option | Output |
|---|
| name | Returns the name of character |
| url | Returns the URL of character in MAL website |
| image | Returns image of character |
| nicknames | Returns the nicknames of the character |
| anime | Returns the anime of which character is part of |
| description | Returns a short description about the character |
| role | Returns role of character, either main or supporting |
| voiceactor | Returns voice actor of character |
Example
$animeCharInfo[$getID[the eminence in shadow];Cid; image] // Returns the image of "Cid" of the anime, "The eminence in shadow"