View Single Post
Old 12-05-2020, 12:27 PM   #1
tamarissa
Connoisseur
tamarissa began at the beginning.
 
Posts: 56
Karma: 10
Join Date: Aug 2018
Device: Kobo Aura H2O
Template tweaking to remove unused parameter

This template works great when all the fields are populated with data:

Code:
{author_sort}/{series}/{series_index:0>2|| - } {title} ({#sub_series}, Book {#sub_series_index:0>2||})
When there isn't a sub-series, I still get "(, Book )" in my results. That's the part I want to get rid of if there is no sub-series. Is that possible?

Code:
({#sub_series}, Book {#sub_series_index:0>2||})
tamarissa is offline   Reply With Quote