Ah, the template function (and program) is what I was missing, thanks.
I think I like this one best since it makes it clear its a program and doesn't use series: at the start which isn't really used in the code:
Quote:
Originally Posted by chaley
Code:
program:test(field('series'),template('{authors} - {series}'),'')
|
Of course, its probably the simple template (always show author name) that is more useful, but it was a good way to understand template code a bit more.