mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 06:26:06 -05:00
custom summary from config.yml w/ template_variables
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
# # Available options. Replace "key" with the #
|
||||
# # desired collection's key from the chart above. #
|
||||
# #
|
||||
# # Customize summary of collection #
|
||||
# summary_key: A collection of ... #
|
||||
# # Turn the collection on/off #
|
||||
# use_key: true #
|
||||
# # Determines collection order in it's section #
|
||||
@@ -68,26 +70,39 @@ templates:
|
||||
popular:
|
||||
default:
|
||||
limit_popular: 100
|
||||
summary_popular: A collection of the most popular Anime according to MyAnimeList.
|
||||
mal_popular: <<limit_popular>>
|
||||
summary: A collection of the most popular Anime according to MyAnimeList.
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
favorited:
|
||||
default:
|
||||
limit_favorited: 100
|
||||
summary_favorited: A collection of the Most Favorited Anime according to MyAnimeList.
|
||||
mal_favorite: <<limit_favorited>>
|
||||
summary: A collection of the Most Favorited Anime according to MyAnimeList.
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
top:
|
||||
default:
|
||||
limit_top: 100
|
||||
summary_top: A collection of the Top Rated Anime according to MyAnimeList.
|
||||
mal_all: <<limit_top>>
|
||||
summary: A collection of the Top Rated Anime according to MyAnimeList.
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
airing:
|
||||
default:
|
||||
limit_airing: 100
|
||||
summary_airing: A collection of the Top Rated Anime Currently Airing according to MyAnimeList.
|
||||
mal_airing: <<limit_airing>>
|
||||
summary: A collection of the Top Rated Anime Currently Airing according to MyAnimeList.
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
season:
|
||||
default:
|
||||
limit_airing: 100
|
||||
summary: A collection of Anime from the Current Season according to MyAnimeList.
|
||||
mal_season:
|
||||
season: current
|
||||
sort_by: score
|
||||
summary: <<summary_<<key>>>>
|
||||
|
||||
collections:
|
||||
|
||||
@@ -130,11 +145,8 @@ collections:
|
||||
MyAnimeList Season:
|
||||
variables:
|
||||
key: season
|
||||
mal_season:
|
||||
season: current
|
||||
sort_by: score
|
||||
summary: A collection of Anime from the Current Season according to MyAnimeList.
|
||||
template:
|
||||
- name: season
|
||||
- name: shared
|
||||
- name: arr
|
||||
- name: custom
|
||||
|
||||
Reference in New Issue
Block a user