blob: b82281ee55a0f9ae0b19ca7d24545124bf11a7aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<script>
import root from "$lib/Utility/root";
</script>
<details open={false}>
<summary>Verbiage</summary>
<ul>
<li>
<a href={root('/')}>Home</a>, Upcoming Episodes: Anime which you have seen all episodes of
thus far, and have a scheduled next episode(s) release date
</li>
<li>
<a href={root('/')}>Home</a>, Not Yet Released: Anime which have not yet aired their first
episode, and have a scheduled next episode(s) release date
</li>
<li>
<a href={root('/')}>Home</a>, Anime: Anime which you have not seen all episodes of thus far,
and have a scheduled next episode release date
</li>
<li>
<a href={root('/')}>Home</a>, Manga: Manga which you have not read all chapters of thus far,
and have an available next chapter(s)
</li>
<li>
<a href={root('/completed')}>Completed</a>, Anime: Anime which you have not seen all episodes
of thus far, and have concluded airing
</li>
<li>
<a href={root('/completed')}>Completed</a>, Manga: Manga which you have not read all chapters
of thus far, and have concluded publishing
</li>
</ul>
</details>
|