Quote:
Originally Posted by redscarlett
Seems like I'm in-undating you today! Can someone help me correct this please? I want the '- -' to go if there is no series and/or series number, but when I try it out, the hyphens are still there. This is the template i'm using -
{series:||}/{title} - {series_index:0>4.1f|[|] - } - {authors}
|
This isn't an FFDL specific question. But I believe this will do what you want.
Code:
{series:||}/{title}{series_index:0>4.1f| - [|] - }{authors}
I haven't tested it.