The subtitle for generated book covers contains the Series name plus the Series number. This is acchive with the following template code:
Code:
{series:'test($, strcat("<i>", $, "</i> - ", raw_field("formatted_series_index")), "")'}
In some books I have set the series number to zero and then I only want the series name, but not the number in the sub title. - How can I achieve this on the book cover?
I looked for a "greater than" test in the
Template Program Modesection of the doco, but couldn't figure it out...