Syntax
$personInfo[person;result?]
Usage
| Option | Type | Optional | Example |
|---|
| Person | String | false | The name of person as in MAL |
| Result | String | false | Result to return(default - name). Refer the table below |
Use like: $personInfo[person_name;result_type]
Result Table
| Option | Output |
|---|
| name | Returns the name of the person |
| url | Returns the URL of person in MAL website |
| id | Returns the person ID as per MAL |
| image | Returns the image of person |
| about | Returns a short info about person |
| birth | Returns birth date of person |
| alternate | Returns the alternate name(s) of person |
Example
$personInfo[Reki Kawahara;about] // Returns a short info about Reki Kawahara, author of "Sword art online"