source/plugins/anilist/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_anilist_user</code></h4></td> <td rowspan="2"><p>AniList login</p> </td> </tr> <tr> <td nowrap="nowrap">⏯️ Cannot be preset<b>type:</b> <code>string</code>
<b>default:</b> <code>→ User login</code>
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_anilist_medias</code></h4></td> <td rowspan="2"><p>Medias types</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>array</code> <i>(comma-separated)</i><b>default:</b> anime, manga
<b>allowed values:</b><ul><li>anime</li><li>manga</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_anilist_sections</code></h4></td> <td rowspan="2"><p>Displayed sections</p> <ul> <li><code>favorites</code> will display favorites from <code>plugin_anilist_medias</code></li> <li><code>watching</code> will display animes currently in watching list</li> <li><code>reading</code> will display manga currently in reading list</li> <li><code>characters</code> will display liked characters</li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>array</code> <i>(comma-separated)</i><b>default:</b> favorites
<b>allowed values:</b><ul><li>favorites</li><li>watching</li><li>reading</li><li>characters</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_anilist_limit</code></h4></td> <td rowspan="2"><p>Display limit (medias)</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>zero behaviour:</b> disable</br> <b>default:</b> 2
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_anilist_limit_characters</code></h4></td> <td rowspan="2"><p>Display limit (characters)</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>zero behaviour:</b> disable</br> <b>default:</b> 22
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_anilist_shuffle</code></h4></td> <td rowspan="2"><p>Shuffle data</p> <p>Can be used to create varied outputs</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>boolean</code><b>default:</b> yes
</td> </tr> </table> <!--/options-->name: Favorites anime and currently watching
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.anilist.svg
token: NOT_NEEDED
base: ""
plugin_anilist: yes
plugin_anilist_medias: anime
plugin_anilist_sections: favorites, watching
plugin_anilist_limit: 1
name: Favorites manga and currently reading
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.anilist.manga.svg
token: NOT_NEEDED
base: ""
plugin_anilist: yes
plugin_anilist_medias: manga
plugin_anilist_sections: favorites, reading
plugin_anilist_limit: 1
name: Favorites characters
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.anilist.characters.svg
token: NOT_NEEDED
base: ""
plugin_anilist: yes
plugin_anilist_sections: characters
plugin_anilist_limit_characters: 22