Quote:
Originally Posted by dKodiak
Here is what you want... I was looking for the same thing and found it in a few different posts
{author_sort:'sublist(re($, '\.', ''),0,1,'&')'}/{series} {series_index:| [|] -} {title} ({pubdate}) /{title} - {authors:re($, '\.', '')}
Example of output
for An Oblique Approach, Belisarius series 1 by David L. Drake & Eric Flint
Drake, David L/Belisarius [1] - An Oblique Approach (pub date)/An Oblique Approach - David L Drake & Eric Flint.epub
|
Slight precision: the above template uses
template program mode, not
general program mode. In this case it is a good solution, but it wouldn't work properly if any of the function arguments were themselves template references.