Hi All,
I read about the
templates for plugboards, which allow you to specify plugboards with leading zeros:
Code:
{series_index:0>3s} - Three digits with leading zeros
And plugboards that only show the series text *if there is a series*:
Code:
{series}{series_index:| - | - }{title}
How do I combine these two? I have tried this, but it was ignored and no leading zeros appeared:
Code:
{series}{series_index:0>3s| - | - }{title}
Thanks for any advice!
Rob