View Single Post
Old 12-15-2013, 11:50 PM   #1
robertmarkbram
Junior Member
robertmarkbram began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2012
Device: iPad
Plugboard for series with leading zeros

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
robertmarkbram is offline   Reply With Quote