Quote:
Originally Posted by Ozric
What purpose does the | symbol serve in the following?
{author_sort}{series:| - | }{series_index:0>2s}
{series}{series_index:0>2s|| - }{title}
|
{series:|
- |
-}
My understanding is that
red - would be placed before the series name and the
orange - would show after the series name (along with the spaces). If there is no series the the dashes and the series name would not be inserted.
The same applies to {series_index:0>2s|| - } items after the first | are placed previous to the field name the items placed after the second | are placed following the field name.
If the field doesn't exist any items in the brackets are not used.