1
- ### 🌸 Anilist watch list and reading list"
2
-
3
- The * anilist* plugin lets you display your favorites animes, mangas and characters from your [ AniList] ( https://anilist.co ) account.
4
-
1
+ <!-- header-->
5
2
<table >
6
- <td align =" center " >
7
- <details open><summary>For anime watchers</summary>
8
- <img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg">
9
- </details>
10
- <details><summary>For manga readers</summary>
11
- <img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg">
12
- </details>
13
- <details open><summary>Favorites characters</summary>
14
- <img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.characters.svg">
15
- </details>
16
- <img width="900" height="1" alt="">
17
- </td >
3
+ <tr ><th colspan =" 2 " ><h3 >🌸 Anilist watch list and reading list</h3 ></th ></tr >
4
+ <tr ><td colspan =" 2 " align =" center " ><p >This plugin lets you display your favorites animes, mangas and characters from your <a href =" https://anilist.co " >AniList</a > account.</p >
5
+ </td ></tr >
6
+ <tr >
7
+ <th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
8
+ <td><a href="/source/templates/classic"><code>📗 Classic template</code></a></td>
9
+ </tr >
10
+ <tr >
11
+ <td><code>👤 Users</code> <code>👥 Organizations</code></td>
12
+ </tr >
13
+ <tr >
14
+ <td><i>No tokens are required for this plugin</i></td>
15
+ </tr >
16
+ <tr >
17
+ <td colspan="2" align="center">
18
+ <details open><summary>For anime watchers</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg" alt=""></img></details>
19
+ <details open><summary>For manga readers</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg" alt=""></img></details>
20
+ <details open><summary>For waifus simp</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.characters.svg" alt=""></img></details>
21
+ <img width="900" height="1" alt="">
22
+ </td>
23
+ </tr >
18
24
</table >
25
+ <!-- /header-->
19
26
20
- This plugin is composed of the following sections, which can be displayed or hidden through ` plugin_anilist_sections ` option:
21
- - ` favorites ` will display your favorites mangas and animes
22
- - ` watching ` will display animes currently in your watching list
23
- - ` reading ` will display manga currently in your reading list
24
- - ` characters ` will display characters you liked
25
-
26
- These sections can also be filtered by media type, which can be either ` anime ` , ` manga ` or both.
27
-
28
- #### ➡️ Available options
27
+ ## ➡️ Available options
29
28
30
29
<!-- options-->
31
30
<table >
@@ -34,7 +33,7 @@ These sections can also be filtered by media type, which can be either `anime`,
34
33
</tr >
35
34
<tr >
36
35
<td nowrap="nowrap"><code>plugin_anilist</code></td>
37
- <td rowspan="2"><p>Display data from your AniList account </p>
36
+ <td rowspan="2"><p>Enable aniList plugin </p>
38
37
<img width =" 900 " height =" 1 " alt =" " ></td >
39
38
</tr >
40
39
<tr >
@@ -44,7 +43,7 @@ These sections can also be filtered by media type, which can be either `anime`,
44
43
</tr >
45
44
<tr >
46
45
<td nowrap="nowrap"><code>plugin_anilist_medias</code></td>
47
- <td rowspan="2"><p>Medias types to display </p>
46
+ <td rowspan="2"><p>Display medias types </p>
48
47
<img width =" 900 " height =" 1 " alt =" " ></td >
49
48
</tr >
50
49
<tr >
@@ -56,7 +55,13 @@ These sections can also be filtered by media type, which can be either `anime`,
56
55
</tr >
57
56
<tr >
58
57
<td nowrap="nowrap"><code>plugin_anilist_sections</code></td>
59
- <td rowspan="2"><p>Sections to display</p>
58
+ <td rowspan="2"><p>Displayed sections</p>
59
+ <ul >
60
+ <li ><code >favorites</code > will display favorites <code >plugin_anilist_medias</code ></li >
61
+ <li ><code >watching</code > will display animes currently in watching list</li >
62
+ <li ><code >reading</code > will display manga currently in reading list</li >
63
+ <li ><code >characters</code > will display liked characters</li >
64
+ </ul >
60
65
<img width =" 900 " height =" 1 " alt =" " ></td >
61
66
</tr >
62
67
<tr >
@@ -68,31 +73,33 @@ These sections can also be filtered by media type, which can be either `anime`,
68
73
</tr >
69
74
<tr >
70
75
<td nowrap="nowrap"><code>plugin_anilist_limit</code></td>
71
- <td rowspan="2"><p>Maximum number of entries to display per section </p>
76
+ <td rowspan="2"><p>Display limit (medias) </p>
72
77
<img width =" 900 " height =" 1 " alt =" " ></td >
73
78
</tr >
74
79
<tr >
75
80
<td nowrap="nowrap"><b>type:</b> <code>number</code>
76
81
<i >(0 ≤
77
82
𝑥)</i >
78
83
<br >
84
+ <b >zero behaviour:</b > disable</br >
79
85
<b >default:</b > 2<br ></td >
80
86
</tr >
81
87
<tr >
82
88
<td nowrap="nowrap"><code>plugin_anilist_limit_characters</code></td>
83
- <td rowspan="2"><p>Maximum number of entries to display in characters section </p>
89
+ <td rowspan="2"><p>Display limit ( characters) </p>
84
90
<img width =" 900 " height =" 1 " alt =" " ></td >
85
91
</tr >
86
92
<tr >
87
93
<td nowrap="nowrap"><b>type:</b> <code>number</code>
88
94
<i >(0 ≤
89
95
𝑥)</i >
90
96
<br >
97
+ <b >zero behaviour:</b > disable</br >
91
98
<b >default:</b > 22<br ></td >
92
99
</tr >
93
100
<tr >
94
101
<td nowrap="nowrap"><code>plugin_anilist_shuffle</code></td>
95
- <td rowspan="2"><p>Shuffle AniList data</p>
102
+ <td rowspan="2"><p>Shuffle data for varied outputs </p>
96
103
<img width =" 900 " height =" 1 " alt =" " ></td >
97
104
</tr >
98
105
<tr >
@@ -113,9 +120,7 @@ These sections can also be filtered by media type, which can be either `anime`,
113
120
</table >
114
121
<!-- /options-->
115
122
116
- * [ → Full specification] ( metadata.yml ) *
117
-
118
- #### ℹ️ Examples workflows
123
+ ## ℹ️ Examples workflows
119
124
120
125
<!-- examples-->
121
126
``` yaml
@@ -156,4 +161,4 @@ with:
156
161
plugin_anilist_limit_characters : 22
157
162
158
163
```
159
- <!-- /examples-->
164
+ <!-- /examples-->
0 commit comments