$getID
Syntax
$getID[name;type?]Usage
| Option | Type | Optional | Example |
|---|---|---|---|
| Name | String | false | Any anime/manga name as per type |
| Type | String | true | Refer Table |
Use like: $getID[name;type(if not anime)]
Result Table
| Option | Output |
|---|---|
| anime | Gets the passed anime’s ID (default) |
| manga | Gets the passed manga’s ID |
| char | Gets the passed character’s ID |
Example
$getID[sword art online] // gets the ID of sword art online (anime).$getID[sword art online;manga] // gets the ID of sword art online (manga).getID[Asuna;char] // gets the ID of Asuna Yuuki of SAO.