Syntax
$mangaCharInfo[mangaID;character;result]
Usage
| Option | Type | Optional | Example |
|---|
| Manga 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 manga) |
| Result | String | false | Result to return. Refer the table below |
Use like: $mangaCharInfo[$getID[manga_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 |
| manga | Returns the manga of which character is part of |
| description | Returns a short description about the character |
| role | Returns role of character, either main or supporting |
Example
$mangaCharInfo[$getID[oshi no ko;manga];Ruby;image] // returns the image of 'Ruby' of 'Oshi no ko' manga