Quote:
Originally Posted by HarryT
Yes, sorting series in order is the specific purpose that I use it for  .
I don't think that's right. I believe it should be:
{title}{series:|| (}{series_index:||)}
The syntax is as follows: if the item, such as "series", is empty, the text following the FIRST vertical bar is output. If the item is not empty, the text following the SECOND vertical bar is output. Thus:
{series:|| (}
Means:
Output the series name.
If the series name is blank, output nothing (there's nothing between the 1st and 2nd |)
If the series name is not blank, output " (".
Hope that helps,
|
Um, no, the vertical bars separate prefix from suffix, and both are only used if series exists.
You use the function ifempty() to return a value if "field" is empty.