Thread
:
Separate standalone books from series
View Single Post
10-17-2024, 10:50 PM
#
11
1ily
Connoisseur
Posts: 63
Karma: 190
Join Date: Sep 2023
Device: Kobo Libra 2
I'm late, but I was able to achieve this by putting this into a template column:
Quote:
program:
series = $series;
newTags = strcat(
if !(ifempty(series, "")) then "Standalone," fi,
if (ifempty(series, "")) then "Series," fi,
);
newTags;
1ily
View Public Profile
Find More Posts by 1ily
Track Posts by 1ily via RSS