How can I amend this line of coding:-
{series}{series_index:0>2s| - | - }{title}
to give me the output:-
Title(no space)

no space)Series(no space)

no space)Series Index
I tried just moving the {title} to the front, but I get an error message which say's it's no correct.

Anyone?